ComponentOne FlexGrid for WinForms
C1FlexGridRenderer.CellType Enumeration

C1.Win.C1FlexGrid Namespace : C1FlexGridRenderer.CellType Enumeration
Represents the type of cell being rendered.
Syntax
'Declaration
 
Public Enum C1FlexGridRenderer.CellType 
   Inherits System.Enum
public enum C1FlexGridRenderer.CellType : System.Enum 
Members
MemberDescription
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.
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.
Inheritance Hierarchy

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

See Also

Reference

C1.Win.C1FlexGrid Namespace