[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.CellPosition

CellPosition Enum

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

Namespace: GrapeCity.Documents.Drawing
Assembly: DS.Documents.Imaging.dll
Syntax
public enum CellPosition
Public Enum CellPosition

Fields

Name Description
Background

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

Foreground

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

Normal

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