Table of Contents

TTMSFNCDataGridCellCoordRange Record

Defines a rectangular selection range spanning from StartCell to StopCell (inclusive).

API unit family: TMSFNCDataGridCore

Syntax

TTMSFNCDataGridCellCoordRange = record

Remarks

Use MakeCellRange(AStartColumn, AStartRow, AStopColumn, AStopRow) to construct an instance.

Fields and properties

Name Type Description
StartCell TTMSFNCDataGridCellCoord Top-left corner of the range.
StopCell TTMSFNCDataGridCellCoord Bottom-right corner of the range.

Used by