[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.CellPosition

Enum CellPosition

Namespace
GrapeCity.Documents.Drawing
Assembly
GcDocs.Imaging.dll

Specifies whether a table cell appears behind or on top of other cells.

public enum CellPosition

Fields

Background = 1

A background cell that appears behind the table grid, regular cells, and foreground cells.

Foreground = 2

A foreground cell that appears on top of the table grid, regular cells, and background cells.

Normal = 0

A regular table cell that should not overlap other regular cells.