DS.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / CellPosition Enumeration

CellPosition Enumeration
Specifies whether a table cell appears behind or on top of other cells.
Syntax
'Declaration
 
Public Enum CellPosition 
   Inherits System.Enum
 
Members
MemberDescription
BackgroundA background cell that appears behind the table grid, regular cells, and foreground cells.
ForegroundA foreground cell that appears on top of the table grid, regular cells, and background cells.
NormalA regular table cell that should not overlap other regular cells.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Drawing.CellPosition

See Also