GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 : SpecialCellType 列挙体 |
'Declaration
Public Enum SpecialCellType Inherits System.Enum
public enum SpecialCellType : System.Enum
メンバ | 説明 |
---|---|
AllFormatConditions | 任意のセル形式。 |
AllValidation | 検証基準を持つセル。 |
Blanks | 空のセル。 |
Comments | メモを含むセル。 |
Constants | 定数を含むセル。SpecialCellsValueを使用して、データ型で値をフィルタします。 |
Formulas | 数式を含むセル。SpecialCellsValueを使用して、数式を戻り値の型でフィルタします。 |
LastCell | 使用範囲内の最後のセル。 |
SameFormatConditions | 同じ書式のセル。 |
SameValidation | 同じ検証基準を持つセル。 |
Visible | 表示されているすべてのセル。 |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.SpecialCellType