[]
Specifies whether a table cell appears behind or on top of other cells.
public enum CellPosition
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.