ComponentOne FlexGrid for WPF and Silverlight
CellType Enumeration

C1.Silverlight.FlexGrid Namespace : CellType Enumeration
Specifies a value that defines the type of cell.
Syntax
'Declaration
 
Public Enum CellType 
   Inherits System.Enum
public enum CellType : System.Enum 
Members
MemberDescription
BottomLeftBottom left cell (at the intersection of the row header and column footer cells).
BottomRightBottom right cell (at the intersection of the horizontal and vertical scrollbars).
CellRegular data cell.
ColumnFooterColumn footer cell.
ColumnHeaderColumn header cell.
NoneNot a valid cell type.
RowHeaderRow header cell.
TopLeftTop left cell (at the intersection of the row and column header cells).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Silverlight.FlexGrid.CellType

See Also

Reference

C1.Silverlight.FlexGrid Namespace