Table of Contents

TTMSFNCCustomDataGrid.MergeRows Method

Horizontally merges all data cells in ACount consecutive rows starting at ARow.

API unit family: TMSFNCDataGrid Declaring type: TTMSFNCCustomDataGrid

Syntax

procedure MergeRows(ARow, ACount: Integer);

Parameters

Name Description
ARow Zero-based index of the first row to merge.
ACount Number of rows to merge.