FlexGrid for WPF
GridCellType 列挙体

C1.WPF.Grid アセンブリ > C1.WPF.Grid 名前空間 : GridCellType 列挙体
セルの種類を定義する値を指定します。
シンタックス
'宣言
 
Public Enum GridCellType 
   Inherits System.Enum
public enum GridCellType : System.Enum 
メンバ
メンバ解説
Cell通常のデータセル
ColumnHeader列ヘッダーセル
RowHeader行ヘッダーセル
TopLeft左上のセル(行ヘッダーと列ヘッダーが交差する位置にあるセル)
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.WPF.Grid.GridCellType

参照

C1.WPF.Grid 名前空間