AutoFitColumns
Innehåll
[
Dölj
]AutoFitColumns()
Autopassar alla kolumner i detta kalkylblad.
public void AutoFitColumns()
Se även
- class Worksheet
- namnutrymme Aspose.Cells
- hopsättning Aspose.Cells
AutoFitColumns(AutoFitterOptions)
Autopassar alla kolumner i detta kalkylblad.
public void AutoFitColumns(AutoFitterOptions options)
| Parameter | Typ | Beskrivning |
|---|---|---|
| options | AutoFitterOptions | Alternativen för automatisk passning |
Se även
- class AutoFitterOptions
- class Worksheet
- namnutrymme Aspose.Cells
- hopsättning Aspose.Cells
AutoFitColumns(int, int)
Anpassar kolumnernas bredd automatiskt.
public void AutoFitColumns(int firstColumn, int lastColumn)
| Parameter | Typ | Beskrivning |
|---|---|---|
| firstColumn | Int32 | Första kolumnindex. |
| lastColumn | Int32 | Sista kolumnindex. |
Anmärkningar
AutoFitColumn är en oprecis funktion.
Se även
- class Worksheet
- namnutrymme Aspose.Cells
- hopsättning Aspose.Cells
AutoFitColumns(int, int, AutoFitterOptions)
Anpassar kolumnernas bredd automatiskt.
public void AutoFitColumns(int firstColumn, int lastColumn, AutoFitterOptions options)
| Parameter | Typ | Beskrivning |
|---|---|---|
| firstColumn | Int32 | Första kolumnindex. |
| lastColumn | Int32 | Sista kolumnindex. |
| options | AutoFitterOptions | Alternativen för automatisk montering |
Anmärkningar
AutoFitColumn är en oprecis funktion.
Se även
- class AutoFitterOptions
- class Worksheet
- namnutrymme Aspose.Cells
- hopsättning Aspose.Cells
AutoFitColumns(int, int, int, int)
Anpassar kolumnernas bredd automatiskt.
public void AutoFitColumns(int firstRow, int firstColumn, int lastRow, int lastColumn)
| Parameter | Typ | Beskrivning |
|---|---|---|
| firstRow | Int32 | Första radens index. |
| firstColumn | Int32 | Första kolumnindex. |
| lastRow | Int32 | Sista radens index. |
| lastColumn | Int32 | Sista kolumnindex. |
Anmärkningar
AutoFitColumn är en oprecis funktion.
Se även
- class Worksheet
- namnutrymme Aspose.Cells
- hopsättning Aspose.Cells
AutoFitColumns(int, int, int, int, AutoFitterOptions)
Anpassar kolumnernas bredd automatiskt.
public void AutoFitColumns(int firstRow, int firstColumn, int lastRow, int lastColumn,
AutoFitterOptions options)
| Parameter | Typ | Beskrivning |
|---|---|---|
| firstRow | Int32 | Första radens index. |
| firstColumn | Int32 | Första kolumnindex. |
| lastRow | Int32 | Sista radens index. |
| lastColumn | Int32 | Sista kolumnindex. |
| options | AutoFitterOptions | Alternativen för automatisk montering |
Anmärkningar
AutoFitColumn är en oprecis funktion.
Se även
- class AutoFitterOptions
- class Worksheet
- namnutrymme Aspose.Cells
- hopsättning Aspose.Cells