Table of Contents

TTMSFNCDataGridRenderer.PreviousVisibleColumn Method

Returns the coordinate of the previous visible column before the given position.

API unit family: TMSFNCDataGridRenderer Declaring type: TTMSFNCDataGridRenderer

Syntax

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

Parameters

Name Description
AColumn Zero-based starting column index.
ARow Zero-based row index used for visibility checks.

Returns

The previous visible column coordinate, or an invalid coordinate when none is found.