Table of Contents

TTMSFNCDataGridRenderer.IsRowVisible Method

Determines whether the specified row is currently visible (not hidden by filtering or collapsing).

API unit family: TMSFNCDataGridRenderer Declaring type: TTMSFNCDataGridRenderer

Syntax

function IsRowVisible(ARow: Integer): Boolean;

Parameters

Name Description
ARow Zero-based row index.

Returns

True when the row is visible.