Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / CellStyle Class / Position Property

In This Topic
    Position Property (CellStyle)
    In This Topic
    Gets or sets a value specifying whether a table cell appears behind or on top of other cells. The default is CellPosition.Normal.
    Syntax
    'Declaration
     
    Public Property Position As CellPosition
    public CellPosition Position {get; set;}
    See Also