Table of Contents

TTMSFNCDataGridRenderer.LastVisibleColumn Method

Starting from (AColumn, ARow), returns the last visible column in the same row.

API unit family: TMSFNCDataGridRenderer Declaring type: TTMSFNCDataGridRenderer

Syntax

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

Parameters

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

Returns

The coordinate of the last visible column in the row.