'宣言
Public Enum CellRangeType Inherits System.Enum
public enum CellRangeType : System.Enum
'宣言
Public Enum CellRangeType Inherits System.Enum
public enum CellRangeType : System.Enum
メンバ | 解説 |
---|---|
All | CellRange がセル、行、列のすべてを含むことを示します。 |
Cells | CellRange がセルを含むことを示します。 |
Columns | CellRange が列を含むことを示します。 |
Rows | CellRange が行を含むことを示します。 |
System.Object
System.ValueType
System.Enum
GrapeCity.Windows.SpreadGrid.CellRangeType