Table of Contents

TTMSFNCDataGridCore.IsCellFixed Method

Returns True when the cell belongs to any fixed band (fixed top/bottom row or fixed left/right column).

API unit family: TMSFNCDataGridCore Declaring type: TTMSFNCDataGridCore

Syntax

function IsCellFixed(ACell: TTMSFNCDataGridCellCoord): Boolean;

Parameters

Name Description
ACell Cell coordinate used by the operation.

Returns

True when the condition described by the method name is met; otherwise False.