TTMSFNCCustomDataGrid.NextSelectableRow Method
Returns the next selectable cell coordinate below, skipping hidden and disabled cells.
API unit family: TMSFNCDataGrid
Declaring type: TTMSFNCCustomDataGrid
Syntax
function NextSelectableRow(AColumn, ARow: Integer): TTMSFNCDataGridCellCoord;
Parameters
| Name | Description |
|---|---|
AColumn |
Starting column index. |
ARow |
Starting row index. |
Returns
Coordinate of the next selectable row cell in the same column.