AutoFitRows
AutoFitRows()
Autoajusta todas las filas en esta hoja de trabajo.
public void AutoFitRows()
Ver también
- class Worksheet
- espacio de nombres Aspose.Cells.GridDesktop
- asamblea Aspose.Cells.GridDesktop
AutoFitRows(int, int)
Ajusta automáticamente la altura de la fila en un rango.
public void AutoFitRows(int startRow, int endRow)
Parámetro | Escribe | Descripción |
---|---|---|
startRow | Int32 | Índice de fila de inicio. |
endRow | Int32 | Índice de fila final. |
Ver también
- class Worksheet
- espacio de nombres Aspose.Cells.GridDesktop
- asamblea Aspose.Cells.GridDesktop