Specifies how empty space is printed.
[Visual Basic]
Public Enum PrintInfo+FillEmptyEnum
[C#]
public enum PrintInfo+FillEmptyEnum
[Delphi]
type PrintInfo+FillEmptyEnum = (ExtendAll, ExtendLast, None);
Namespace: C1.Win.C1TrueDBGrid
Assembly: C1.Win.C1TrueDBGrid.2 (in C1.Win.C1TrueDBGrid.2.dll)
Members
Member name |
Description |
ExtendAll |
All columns are extended proportionally. |
ExtendLast |
Last column is extended to fill the empty space. |
None |
Empty space on the right. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |