AutoFitColumns
Inhalt
[
Ausblenden
]AutoFitColumns()
Passt alle Spalten in diesem Arbeitsblatt automatisch an.
public void AutoFitColumns()
Siehe auch
- class Worksheet
- namensraum Aspose.Cells
- Montage Aspose.Cells
AutoFitColumns(AutoFitterOptions)
Passt alle Spalten in diesem Arbeitsblatt automatisch an.
public void AutoFitColumns(AutoFitterOptions options)
Parameter | Typ | Beschreibung |
---|---|---|
options | AutoFitterOptions | Die automatischen Anpassungsoptionen |
Siehe auch
- class AutoFitterOptions
- class Worksheet
- namensraum Aspose.Cells
- Montage Aspose.Cells
AutoFitColumns(int, int)
Passt die Spaltenbreite automatisch an.
public void AutoFitColumns(int firstColumn, int lastColumn)
Parameter | Typ | Beschreibung |
---|---|---|
firstColumn | Int32 | Index der ersten Spalte. |
lastColumn | Int32 | Letzter Spaltenindex. |
Bemerkungen
AutoFitColumn ist eine ungenaue Funktion.
Siehe auch
- class Worksheet
- namensraum Aspose.Cells
- Montage Aspose.Cells
AutoFitColumns(int, int, AutoFitterOptions)
Passt die Spaltenbreite automatisch an.
public void AutoFitColumns(int firstColumn, int lastColumn, AutoFitterOptions options)
Parameter | Typ | Beschreibung |
---|---|---|
firstColumn | Int32 | Index der ersten Spalte. |
lastColumn | Int32 | Letzter Spaltenindex. |
options | AutoFitterOptions | Die automatischen Anpassungsoptionen |
Bemerkungen
AutoFitColumn ist eine ungenaue Funktion.
Siehe auch
- class AutoFitterOptions
- class Worksheet
- namensraum Aspose.Cells
- Montage Aspose.Cells
AutoFitColumns(int, int, int, int)
Passt die Spaltenbreite automatisch an.
public void AutoFitColumns(int firstRow, int firstColumn, int lastRow, int lastColumn)
Parameter | Typ | Beschreibung |
---|---|---|
firstRow | Int32 | Index der ersten Zeile. |
firstColumn | Int32 | Index der ersten Spalte. |
lastRow | Int32 | Letzter Zeilenindex. |
lastColumn | Int32 | Letzter Spaltenindex. |
Bemerkungen
AutoFitColumn ist eine ungenaue Funktion.
Siehe auch
- class Worksheet
- namensraum Aspose.Cells
- Montage Aspose.Cells
AutoFitColumns(int, int, int, int, AutoFitterOptions)
Passt die Spaltenbreite automatisch an.
public void AutoFitColumns(int firstRow, int firstColumn, int lastRow, int lastColumn,
AutoFitterOptions options)
Parameter | Typ | Beschreibung |
---|---|---|
firstRow | Int32 | Index der ersten Zeile. |
firstColumn | Int32 | Index der ersten Spalte. |
lastRow | Int32 | Letzter Zeilenindex. |
lastColumn | Int32 | Letzter Spaltenindex. |
options | AutoFitterOptions | Die automatischen Anpassungsoptionen |
Bemerkungen
AutoFitColumn ist eine ungenaue Funktion.
Siehe auch
- class AutoFitterOptions
- class Worksheet
- namensraum Aspose.Cells
- Montage Aspose.Cells