Worksheet.AutoFitRows
Contents
[
Hide
]AutoFitRows()
Autofits all rows in this worksheet.
public void AutoFitRows()
See Also
- class Worksheet
- namespace Aspose.Cells
- assembly Aspose.Cells
AutoFitRows(bool)
Autofits all rows in this worksheet.
public void AutoFitRows(bool onlyAuto)
Parameter | Type | Description |
---|---|---|
onlyAuto | Boolean | True,only autofits the row height when row height is not customed. |
See Also
- class Worksheet
- namespace Aspose.Cells
- assembly Aspose.Cells
AutoFitRows(AutoFitterOptions)
Autofits all rows in this worksheet.
public void AutoFitRows(AutoFitterOptions options)
Parameter | Type | Description |
---|---|---|
options | AutoFitterOptions | The auto fitter options |
See Also
- class AutoFitterOptions
- class Worksheet
- namespace Aspose.Cells
- assembly Aspose.Cells
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
- assembly Aspose.Cells
AutoFitRows(int, int, AutoFitterOptions)
Autofits row height in a range.
public void AutoFitRows(int startRow, int endRow, AutoFitterOptions options)
Parameter | Type | Description |
---|---|---|
startRow | Int32 | Start row index. |
endRow | Int32 | End row index. |
options | AutoFitterOptions | The options of auto fitter. |
See Also
- class AutoFitterOptions
- class Worksheet
- namespace Aspose.Cells
- assembly Aspose.Cells