Table of Contents

TTMSFNCDataGridRenderer.LastVisibleRow Method

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

API unit family: TMSFNCDataGridRenderer Declaring type: TTMSFNCDataGridRenderer

Syntax

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

Parameters

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

Returns

The coordinate of the last visible row in the column.