TTMSFNCDataGrid.PreviousVisibleRow Method
Returns the previous visible cell coordinate above, skipping hidden rows.
API unit family: TMSFNCDataGrid
Declaring type: TTMSFNCDataGrid
Inherited from: TTMSFNCCustomDataGrid
Syntax
function PreviousVisibleRow(AColumn, ARow: Integer): TTMSFNCDataGridCellCoord;
Parameters
| Name | Description |
|---|---|
AColumn |
Starting column index. |
ARow |
Starting row index. |
Returns
Coordinate of the previous visible row cell.