'宣言 Public Enum SpecialCellType Inherits System.Enum
public enum SpecialCellType : System.Enum
'宣言 Public Enum SpecialCellType Inherits System.Enum
public enum SpecialCellType : System.Enum
| メンバ | 解説 |
|---|---|
| AllFormatConditions | 指定された範囲内の任意の書式条件のセル。 |
| AllValidation | 指定された範囲の検証基準を持つセル。 |
| Blanks | 指定された範囲の空のセル。 |
| Comments | 指定された範囲のメモを含むセル。 |
| Constants | 定数を含むセル。 SpecialCellsValueを使用して、データ型で値をフィルタリングします。 |
| Formulas | 数式を含むセル。 SpecialCellsValueを使用して、戻り値の型で数式をフィルタリングします。 |
| LastCell | 指定された範囲のワークシートの使用範囲内の最後の表示セル。 |
| MergedCells | 指定された範囲と交差する結合されたセル。 |
| SameFormatConditions | 指定された範囲の左上のセルと同じ書式のセル。 |
| SameValidation | 指定された範囲の左上のセルと同じ検証基準を持つセル。 |
| Visible | 指定された範囲内のすべての表示セル。 |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Excel.SpecialCellType