IsCellHidden Method (DataGrid)

Class

DataGrid.

Action

Tests whether a cell is hidden in the grid.

Syntax

bHidden = Datagrid.IsCellHidden(DataGridCell)
Variable Description
bHidden TRUE if the object is visible, FALSE if it is hidden. BOOLEAN.
DataGridCell The DataGridCell you want to locate. DATAGRIDCELL.