TTMSFNCDataGridData.AutoNumberRow Method
Fills a row with sequential integers starting at AStartValue from AStartColumn rightward.
API unit family: TMSFNCDataGridData
Declaring type: TTMSFNCDataGridData
Syntax
procedure AutoNumberRow(ARow: Integer; AStartColumn: Integer = 0; AStartValue: Integer = 0);
Parameters
| Name | Description |
|---|---|
ARow |
Zero-based row index used by the operation. |
AStartColumn |
Zero-based column index used by the operation. |
AStartValue |
Value used or returned by the operation. |