Table of Contents

TTMSFNCCustomDataGrid.PreviousVisibleColumn Method

Returns the previous visible cell coordinate to the left, skipping hidden columns.

API unit family: TMSFNCDataGrid Declaring type: TTMSFNCCustomDataGrid

Syntax

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

Parameters

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

Returns

Coordinate of the previous visible column cell.