Worksheet.AutoFitRows

AutoFitRows(int, int)

Autofits row height in a range.

public void AutoFitRows(int startRow, int endRow)
ParameterTypeDescription
startRowInt32Start row index.
endRowInt32End row index.

See Also


AutoFitRows()

Autofits all rows in this worksheet.

public void AutoFitRows()

See Also