TTMSFNCCustomDataGrid.StretchRows Method
Stretches rows according to the requested mode, range, and optional target height.
API unit family: TMSFNCDataGrid
Declaring type: TTMSFNCCustomDataGrid
Syntax
procedure StretchRows(AMode: TTMSFNCDataGridStretchingMode = gstmAll; ARange: TTMSFNCDataGridStretchingRange = gstrNormal; AIndex: Integer = -1; ANewHeight: Double = -1);
Parameters
| Name | Description |
|---|---|
AMode |
Mode or type that controls the operation. |
ARange |
Cell range used by the operation. |
AIndex |
Argument used by the operation. |
ANewHeight |
Argument used by the operation. |