ColAlignmentFixedproperty
Returns or sets the alignment of data in the fixed cells of a column in an MSHFlexGrid.
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
| Name | Description | |
|---|---|---|
Index | The number of the column. | |
nAlignment | An 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
- Documented in Windows/Windows GUI/MSHFlexGrid Class.md
- Topic: Microsoft Hierarchical Grid