TTMSFNCDataGridCellMergeInfo Record
Span descriptor that defines the merge geometry for a cell spanning multiple columns and/or rows.
API unit family: TMSFNCDataGridCell
Syntax
TTMSFNCDataGridCellMergeInfo = record
Remarks
Stored in TTMSFNCDataGridCellItemExtended.MergeInfo. Use CreateMergeInfo() to construct a populated instance or DefaultMergeInfo() for a zero-initialised record.
Fields and properties
| Name | Type | Description |
|---|---|---|
ColumnOffset |
Integer |
Column distance from this cell back to the top-left anchor of the merged region; 0 when this cell is the anchor. |
ColumnSpan |
Integer |
Total number of columns covered by the merged region; 1 means the cell is not merged horizontally. |
RowOffset |
Integer |
Row distance from this cell back to the top-left anchor of the merged region; 0 when this cell is the anchor. |
RowSpan |
Integer |
Total number of rows covered by the merged region; 1 means the cell is not merged vertically. |