ComponentOne List for WinForms
C1.Win.C1List Namespace / PrintInfo Class / VarRowHeight Property

In This Topic
    VarRowHeight Property (PrintInfo)
    In This Topic
    Gets or sets a value indicating how row height of the printed grid is determined.
    Syntax
    'Declaration
     
    
    Public Property VarRowHeight As PrintInfo.RowHeightEnum
    public PrintInfo.RowHeightEnum VarRowHeight {get; set;}
    See Also