Table of Contents

TTMSFNCDataGridCore.GetTotalFixedRowHeight Method

Returns the combined height of all fixed top rows, optionally including freeze rows.

API unit family: TMSFNCDataGridCore Declaring type: TTMSFNCDataGridCore

Syntax

function GetTotalFixedRowHeight(AIncludeFreeze: Boolean = False): Double;

Parameters

Name Description
AIncludeFreeze When True, adds the height of freeze rows to the result.

Returns

The calculated numeric value.