Table of Contents

TTMSFNCCustomDataGrid.RowSpan Method

Returns the number of rows the cell spans due to a vertical merge (1 for a non-merged cell).

API unit family: TMSFNCDataGrid Declaring type: TTMSFNCCustomDataGrid

Syntax

function RowSpan(ACell: TTMSFNCDataGridCellCoord): Integer;

Parameters

Name Description
ACell The cell coordinate to query.

Returns

Row span count.