Table of Contents

TTMSFNCCustomDataGrid.IsRowSummary Method

Returns True when the row is a group summary row inserted by a grouping or calculation operation.

API unit family: TMSFNCDataGrid Declaring type: TTMSFNCCustomDataGrid

Syntax

function IsRowSummary(ARow: Integer): Boolean;

Parameters

Name Description
ARow Zero-based row index to test.

Returns

True if the row is a summary row.