GridWorksheet.AutoFitRow
Contents
[
Hide
]AutoFitRow(int, int, int)
Autofits the row height.
public void AutoFitRow(int rowIndex, int firstColumn, int lastColumn)
Parameter | Type | Description |
---|---|---|
rowIndex | Int32 | Row index. |
firstColumn | Int32 | First column index. |
lastColumn | Int32 | Last column index. |
Remarks
This method autofits a row based on content in a range of cells within the row.
See Also
- class GridWorksheet
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb
AutoFitRow(int, int, int, int)
Autofits row height in a rectangle range.
public void AutoFitRow(int startRow, int endRow, int startColumn, int endColumn)
Parameter | Type | Description |
---|---|---|
startRow | Int32 | Start row index. |
endRow | Int32 | End row index. |
startColumn | Int32 | Start column index. |
endColumn | Int32 | End column index. |
See Also
- class GridWorksheet
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb
AutoFitRow(int)
Autofits the row height.
public void AutoFitRow(int rowIndex)
Parameter | Type | Description |
---|---|---|
rowIndex | Int32 | Row index. |
Remarks
AutoFitRow is an imprecise function.
See Also
- class GridWorksheet
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb