Table of Contents

TTMSFNCCustomDataGrid.IsCellHidden Method

Returns True when the cell belongs to a hidden column or row.

API unit family: TMSFNCDataGrid Declaring type: TTMSFNCCustomDataGrid

Syntax

function IsCellHidden(ACell: TTMSFNCDataGridCellCoord): Boolean;

Parameters

Name Description
ACell Cell coordinate to test.

Returns

True if the cell is not visible due to a hidden column or row.