TTMSFNCCustomDataGrid.NextVisibleColumn Method
Returns the next visible cell coordinate to the right, skipping hidden columns.
API unit family: TMSFNCDataGrid
Declaring type: TTMSFNCCustomDataGrid
Syntax
function NextVisibleColumn(AColumn, ARow: Integer): TTMSFNCDataGridCellCoord;
Parameters
| Name | Description |
|---|---|
AColumn |
Starting column index. |
ARow |
Starting row index. |
Returns
Coordinate of the next visible column cell.