Table of Contents

TTMSFNCDataGrid.PreviousSelectableRow Method

Returns the previous selectable cell coordinate above, skipping hidden and disabled cells.

API unit family: TMSFNCDataGrid Declaring type: TTMSFNCDataGrid Inherited from: TTMSFNCCustomDataGrid

Syntax

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

Parameters

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

Returns

Coordinate of the previous selectable row cell.