Table of Contents

TTMSFNCCustomDataGrid.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: TTMSFNCCustomDataGrid

Syntax

function ColumnSpan(ACell: TTMSFNCDataGridCellCoord): Integer;

Parameters

Name Description
ACell The cell coordinate to query.

Returns

Column span count.