Specifies how cell text is wrapped.
[Visual Basic]
Public Enum PrintInfo+WrapTextEnum
[C#]
public enum PrintInfo+WrapTextEnum
[Delphi]
type PrintInfo+WrapTextEnum = (LikeColumn, NoWrap, Wrap);
Namespace: C1.Win.C1TrueDBGrid
Assembly: C1.Win.C1TrueDBGrid.2 (in C1.Win.C1TrueDBGrid.2.dll)
Members
Member name |
Description |
LikeColumn |
Use the columns Style.WrapText property. |
NoWrap |
Never wrap. |
Wrap |
Always wrap text in a cell. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |