FlexPivot for WinForms
C1FlexGridRenderer.CellType 列挙体

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 : C1FlexGridRenderer.CellType 列挙体
Represents the type of cell being rendered.
シンタックス
'宣言
 
Public Enum C1FlexGridRenderer.CellType 
   Inherits System.Enum
public enum C1FlexGridRenderer.CellType : System.Enum 
メンバ
メンバ解説
ColumnHeaderA column header cell.
ColumnHeaderHotA column header cell currently under the mouse.
ColumnHeaderSelectedA selected column header cell.
ColumnHeaderSelectedHotA selected column header cell currently under the mouse.
CursorThe cell that contains the cursor.
FooterA footer cell.
HighlightA selected normal cell.
NormalA normal scrollable cell.
RowHeaderA row header cell.
RowHeaderHotA row header cell currently under the mouse.
RowHeaderSelectedA selected row header cell.
RowHeaderSelectedHotA selected row header cell currently under the mouse.
TopLeftThe top left fixed cell.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1FlexGrid.C1FlexGridRenderer.CellType

参照

C1.Win.C1FlexGrid 名前空間