'宣言 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.Maui.Grid.GridCellType