Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IRange Interface / AutoFit Method / AutoFit(Boolean) Method
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. considerMergedCell Indicates whether to consider merged cells in a single row.
    Syntax
    void AutoFit( 
       System.bool considerMergedCell
    )

    Parameters

    considerMergedCell
    See Also