Share via


CellType Property (ModHFGrid)

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

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 the ModHFGrid Control object.
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.

See Also

ModHFGrid Control