Specifies the horizontal alignment of text or images in a cell.
[Visual Basic]
Public Enum C1.Win.C1TrueDBGrid.AlignHorzEnum
[C#]
public enum C1.Win.C1TrueDBGrid.AlignHorzEnum
[Delphi]
type C1.Win.C1TrueDBGrid.AlignHorzEnum = (Center, Far, General, Justify, Near);
Namespace: C1.Win.C1TrueDBGrid
Assembly: C1.Win.C1TrueDBGrid.2 (in C1.Win.C1TrueDBGrid.2.dll)
Members
Member name |
Description |
Center |
Text is aligned centered. |
Far |
Text is aligned to the right. |
General |
Text is aligned Near and numeric values Far |
Justify |
Text is aligned with respect to the cells boundries. |
Near |
Text is aligned to the left. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |