True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / PrintInfo Class / MaxRowHeight Property

In This Topic
    MaxRowHeight Property (PrintInfo)
    In This Topic
    Gets or sets the maximum row height in hundredths of an inch (used if VarRowHeight is PrintInfo.RowHeightEnum.StretchToMax).
    Syntax
    'Declaration
     
    Public Property MaxRowHeight As System.Integer
    public System.int MaxRowHeight {get; set;}
    See Also