ComponentOne List for WinForms
C1.Win.C1List 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 Integer
    public int MaxRowHeight {get; set;}
    See Also