Returns the type of the current, active cell of the ModHFGrid.
Syntax
object.CellType [=value]
The CellType property syntax has these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
value | A Long value that specifies the position of the active cell, as described in Settings. |
Settings
The settings for value are:
Constant | Value | Description |
flexCellTypeStandard | 0 | Default. The cell is a standard cell. |
flexCellTypeFixed | 1 | The cell is contained in a fixed row or column. |
flexCellTypeHeader | 2 | The cell is a header cell for a band of data. |
flexCellTypeIndent | 3 | The cell is used in a column that indents a band of data. |
flexCellTypeUnpopulated | 4 | The cell is an unpopulated cell. |