Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / XlsxOpenOptions Class / setDoNotAutoFitAfterOpened Method
True to disable auto-fitting row height; false to enable auto-fitting.
In This Topic
    setDoNotAutoFitAfterOpened Method
    In This Topic
    Sets whether to autofit the row height after loading the file.
    Syntax
    public void setDoNotAutoFitAfterOpened( 
       boolean value
    )

    Parameters

    value
    True to disable auto-fitting row height; false to enable auto-fitting.
    See Also