Table of Contents

TTMSFNCDataGrid.IsCellHidden Method

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

API unit family: TMSFNCDataGrid Declaring type: TTMSFNCDataGrid Inherited from: 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.