Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / PrintInfo Class / BestFitRows Property


In This Topic
    BestFitRows Property
    In This Topic
    Gets or sets whether row heights are adjusted to fit the tallest text height for printing.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(False)>
    Public Property BestFitRows As Boolean
    'Usage
     
    Dim instance As PrintInfo
    Dim value As Boolean
     
    instance.BestFitRows = value
     
    value = instance.BestFitRows
    [DefaultValue(false)]
    public bool BestFitRows {get; set;}

    Property Value

    true if the row heights are adjusted to fit the tallest text for printing; otherwise, false. The default value is false.
    See Also