TTMSFNCDataGridData.MergeCells Method
Merges a rectangular block into a single display cell; the top-left cell becomes the anchor.
API unit family: TMSFNCDataGridData
Declaring type: TTMSFNCDataGridData
Syntax
procedure MergeCells(AColumn, ARow, AColumnCount, ARowCount: Integer);
Parameters
| Name | Description |
|---|---|
AColumn |
Zero-based column index used by the operation. |
ARow |
Zero-based row index used by the operation. |
AColumnCount |
Zero-based column index used by the operation. |
ARowCount |
Zero-based row index used by the operation. |