Table of Contents

TTMSFNCCustomDataGrid.NextVisibleRow Method

Returns the next visible cell coordinate below, skipping hidden rows.

API unit family: TMSFNCDataGrid Declaring type: TTMSFNCCustomDataGrid

Syntax

function NextVisibleRow(AColumn, ARow: Integer): TTMSFNCDataGridCellCoord;

Parameters

Name Description
AColumn Starting column index.
ARow Starting row index.

Returns

Coordinate of the next visible row cell.