Table of Contents

TTMSFNCCustomDataGrid.NextSelectableColumn Method

Returns the next selectable cell coordinate to the right, skipping hidden and disabled cells.

API unit family: TMSFNCDataGrid Declaring type: TTMSFNCCustomDataGrid

Syntax

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

Parameters

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

Returns

Coordinate of the next selectable column cell in the same row.