DOC: FlexGrid Constants Incorrect in Help and Books OnlineLast reviewed: November 12, 1997Article ID: Q176631 |
The information in this article applies to:
SUMMARYThe documentation for the Microsoft FlexGrid Control lists several constants for use with the ColAlignment property. These constants include:
flexAlignLeft flexAlignRight flexAlignCenterThese constants are incorrectly documented. These constants are not defined within the Microsoft FlexGrid control and either have no effect when used or produce a compile error if "Option Explicit" is specified.
MORE INFORMATIONTo control the alignment within a column using the ColAlignment property, use the constants defined for the CellAlignment property. These constants include:
flexAlignLeftTop flexAlignLeftCenter flexAlignLeftBottom flexAlignCenterTop flexAlignCenterCenter flexAlignCenterBottom flexAlignRightTop flexAlignRightCenter flexAlignRightBottom flexAlignGeneral Keywords : vb5all VBKBAX VBKBComp VBKBCtrl VBKBStd Version : WINDOWS:5.0 Platform : WINDOWS Issue type : kbdocerr |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |