Table of Contents

TTMSFNCCustomDataGrid.PreviousVisibleRow Method

Returns the previous visible cell coordinate above, skipping hidden rows.

API unit family: TMSFNCDataGrid Declaring type: 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.