TTMSFNCDataGridCellKind Enumeration
Classifies the structural role of a cell within the grid layout.
API unit family: TMSFNCDataGridCell
Members
| Name | Description |
|---|---|
gckCell |
Regular scrollable data cell in the main grid body. |
gckFixedRootCell |
Top-left corner cell shared by the fixed row and column header areas. |
gckFixedRowCell |
Cell in the top fixed header row. |
gckFixedColumnCell |
Cell in the left fixed header column. |
gckFreezeRootCell |
Top-left corner cell of the frozen pane area (frozen-row / frozen-column intersection). |
gckFreezeRowCell |
Cell in the top row of the frozen pane. |
gckFreezeColumnCell |
Cell in the left column of the frozen pane. |
gckFreezeFixedRowCell |
Fixed header cell located within the frozen row area. |
gckFreezeFixedColumnCell |
Fixed header cell located within the frozen column area. |