Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IPageSetup Interface / setIsPercentScale Method
If this property is true, the worksheet is scaled as a percentage;If this property is False, the FitToPagesWide and FitToPagesTall properties control how the worksheet is scaled.
In This Topic
    setIsPercentScale Method
    In This Topic
    Sets whether the worksheet is scaled as a percentage.
    Syntax
    void setIsPercentScale( 
       boolean value
    )

    Parameters

    value
    If this property is true, the worksheet is scaled as a percentage;If this property is False, the FitToPagesWide and FitToPagesTall properties control how the worksheet is scaled.
    See Also