TTMSFNCCustomDataGrid.MergeCells Method
Merges a rectangular block of cells into a single display cell.
API unit family: TMSFNCDataGrid
Declaring type: 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. |