Specifies how grid lines are rendered.
[Visual Basic]
Public Enum PrintInfo+GridLinesEnum
[C#]
public enum PrintInfo+GridLinesEnum
[Delphi]
type PrintInfo+GridLinesEnum = (Always, None);
Namespace: C1.Win.C1TrueDBGrid
Assembly: C1.Win.C1TrueDBGrid.2 (in C1.Win.C1TrueDBGrid.2.dll)
Members
Member name |
Description |
Always |
Grid lines are always rendered. |
None |
Grid lines are not rendered. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |