'宣言 Public Enum GridCellType Inherits System.Enum
public enum GridCellType : System.Enum
'宣言 Public Enum GridCellType Inherits System.Enum
public enum GridCellType : System.Enum
メンバ | 解説 |
---|---|
BottomLeft | |
Cell | 通常のデータセル |
ColumnFooter | |
ColumnHeader | 列ヘッダーセル |
RowHeader | 行ヘッダーセル |
TopLeft | 左上のセル(行ヘッダーと列ヘッダーが交差する位置にあるセル) |
System.Object
System.ValueType
System.Enum
C1.WPF.Grid.GridCellType