Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IRange Interface / autoFit Method / autoFit(boolean) Method
Indicates whether to consider merged cells in a single row.
In This Topic
    autoFit(boolean) Method
    In This Topic
    Changes the width of the columns in the range or the height of the rows in the range to achieve the best fit.
    Syntax
    void autoFit( 
       boolean considerMergedCell
    )

    Parameters

    considerMergedCell
    Indicates whether to consider merged cells in a single row.
    See Also