Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / PrintManager Class / GetShrinkToFitFontSize Method
The range to be printed.
Options for saving pdf file.
In This Topic
    GetShrinkToFitFontSize Method
    In This Topic
    Gets the best shrink-to-fit font size of the upper-left cell.
    Syntax
    public System.double GetShrinkToFitFontSize( 
       IRange range,
       PdfSaveOptions options
    )

    Parameters

    range
    The range to be printed.
    options
    Options for saving pdf file.
    See Also