TTMSFNCDataGrid.ColumnSpan Method
Returns the number of columns the cell spans due to a horizontal merge (1 for a non-merged cell).
API unit family: TMSFNCDataGrid
Declaring type: TTMSFNCDataGrid
Inherited from: TTMSFNCCustomDataGrid
Syntax
function ColumnSpan(ACell: TTMSFNCDataGridCellCoord): Integer;
Parameters
| Name | Description |
|---|---|
ACell |
The cell coordinate to query. |
Returns
Column span count.