Table of Contents

TTMSFNCDataGridCore.GetTotalFixedColumnWidth Method

Returns the combined width of all fixed left columns, optionally including freeze columns.

API unit family: TMSFNCDataGridCore Declaring type: TTMSFNCDataGridCore

Syntax

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

Parameters

Name Description
AIncludeFreeze When True, adds the width of freeze columns to the result.

Returns

The calculated numeric value.