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


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

    Property Value

    true if the column widths are adjusted to fit the longest text for printing; otherwise, false. The default value is false.
    See Also