Table of Contents

TTMSFNCCustomDataGrid.PreviousSelectableColumn Method

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

API unit family: TMSFNCDataGrid Declaring type: TTMSFNCCustomDataGrid

Syntax

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

Parameters

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

Returns

Coordinate of the previous selectable column cell.