AutoFitRows
AutoFitRows()
Autopassar alla rader i detta kalkylblad.
public void AutoFitRows()
Se även
- class GridWorksheet
- namnutrymme Aspose.Cells.GridWeb.Data
- hopsättning Aspose.Cells.GridWeb
AutoFitRows(bool)
Autopassar alla rader i detta kalkylblad.
public void AutoFitRows(bool onlyAuto)
Parameter | Typ | Beskrivning |
---|---|---|
onlyAuto | Boolean | Sant, anpassar endast radhöjden automatiskt när radhöjden inte är anpassad. |
Se även
- class GridWorksheet
- namnutrymme Aspose.Cells.GridWeb.Data
- hopsättning Aspose.Cells.GridWeb
AutoFitRows(int, int)
Autopassar radhöjd i ett intervall.
public void AutoFitRows(int startRow, int endRow)
Parameter | Typ | Beskrivning |
---|---|---|
startRow | Int32 | Starta radindex. |
endRow | Int32 | Slutradindex. |
Se även
- class GridWorksheet
- namnutrymme Aspose.Cells.GridWeb.Data
- hopsättning Aspose.Cells.GridWeb