Worksheet.AutoFitRows
AutoFitRows(int, int)
Autofits row height in a range.
public void AutoFitRows(int startRow, int endRow)
Parameter | Type | Description |
---|---|---|
startRow | Int32 | Start row index. |
endRow | Int32 | End row index. |
See Also
- class Worksheet
- namespace Aspose.Cells.GridDesktop
- assembly Aspose.Cells.GridDesktop
AutoFitRows()
Autofits all rows in this worksheet.
public void AutoFitRows()
See Also
- class Worksheet
- namespace Aspose.Cells.GridDesktop
- assembly Aspose.Cells.GridDesktop