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