Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / CellPosition Enumeration

In This Topic
    CellPosition Enumeration
    In This Topic
    Specifies whether a table cell appears behind or on top of other cells.
    Syntax
    'Declaration
     
    Public Enum CellPosition 
       Inherits System.Enum
    public enum CellPosition : 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