Gets the PrintInfo object.
[Visual Basic]
Public ReadOnly Property PrintInfo As PrintInfo
[C#]
public PrintInfo PrintInfo {get;}
[Delphi]
public property PrintInfo: PrintInfo read get_PrintInfo;
Example
The following code uses the PrintInfo property to set the maximum row height for the grid:
Me.C1TrueDBGrid1.PrintInfo.MaxRowHeight = 50
· C#
this.c1TrueDBGrid1.PrintInfo.MaxRowHeight = 50;
· Delphi
Self.C1TrueDBGrid1.PrintInfo.MaxRowHeight := 50;
See Also
C1TrueDBGrid Class | C1TrueDBGrid Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |