Table of Contents

TTMSFNCDataGrid.MergeCells Method

Merges a rectangular block of cells into a single display cell.

API unit family: TMSFNCDataGrid Declaring type: TTMSFNCDataGrid Inherited from: TTMSFNCCustomDataGrid

Syntax

procedure MergeCells(AColumn, ARow, AColumnCount, ARowCount: Integer);

Parameters

Name Description
AColumn Zero-based starting column of the merge range.
ARow Zero-based starting row of the merge range.
AColumnCount Number of columns to include in the merge.
ARowCount Number of rows to include in the merge.