AutoFitRow
Innehåll
[
Dölj
]AutoFitRow(int, int, int)
Anpassar radhöjden automatiskt.
public void AutoFitRow(int rowIndex, int firstColumn, int lastColumn)
| Parameter | Typ | Beskrivning |
|---|---|---|
| rowIndex | Int32 | Radindex. |
| firstColumn | Int32 | Första kolumnindex. |
| lastColumn | Int32 | Sista kolumnindex. |
Anmärkningar
Denna metod anpassar automatiskt en rad baserat på innehåll i ett cellintervall inom raden.
Se även
- class GridWorksheet
- namnutrymme Aspose.Cells.GridWeb.Data
- hopsättning Aspose.Cells.GridWeb
AutoFitRow(int, int, int, int)
Autopassar radhöjd i ett rektangelområde.
public void AutoFitRow(int startRow, int endRow, int startColumn, int endColumn)
| Parameter | Typ | Beskrivning |
|---|---|---|
| startRow | Int32 | Starta radindex. |
| endRow | Int32 | Slutradindex. |
| startColumn | Int32 | Starta kolumnindex. |
| endColumn | Int32 | Slut kolumnindex. |
Se även
- class GridWorksheet
- namnutrymme Aspose.Cells.GridWeb.Data
- hopsättning Aspose.Cells.GridWeb
AutoFitRow(int)
Anpassar radhöjden automatiskt.
public void AutoFitRow(int rowIndex)
| Parameter | Typ | Beskrivning |
|---|---|---|
| rowIndex | Int32 | Radindex. |
Anmärkningar
AutoFitRow är en oprecis funktion.
Se även
- class GridWorksheet
- namnutrymme Aspose.Cells.GridWeb.Data
- hopsättning Aspose.Cells.GridWeb