Help Center

ColAlignmentFixedproperty

Returns or sets the alignment of data in the fixed cells of a column in an MSHFlexGrid.

Windowspropertydoc-orphan
No implementation located. This member is documented, but the source scan found no matching declaration. It is likely declared in a header this scan does not resolve, or provided by a macro.

Syntax

PROPERTY ColAlignmentFixed (BYVAL Index AS LONG) AS SHORT
PROPERTY ColAlignmentFixed (BYVAL Index AS LONG, BYVAL nAlignment AS SHORT)

Parameters

NameDescription
IndexThe number of the column.
nAlignmentAn integer or constant that specifies the alignment of data in a column.

Description

Returns or sets the alignment of data within the fixed columns of the grid.

Remarks

Any column can have an alignment that is different from other columns. The ColAlignment property affects all cells in the specified column, including those in fixed rows.

Reference