AutoFitColumn
AutoFitColumn(int, int, int)
Anpassar kolumnbredden automatiskt.
public void AutoFitColumn(int columnIndex, int firstRow, int lastRow)
Parameter | Typ | Beskrivning |
---|---|---|
columnIndex | Int32 | Kolumnindex. |
firstRow | Int32 | Första radens index. |
lastRow | Int32 | Sista radens index. |
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
AutoFitColumn(int)
Anpassar kolumnbredden automatiskt.
public void AutoFitColumn(int columnIndex)
Parameter | Typ | Beskrivning |
---|---|---|
columnIndex | Int32 | Kolumnindex. |
Anmärkningar
AutoFitColumn är en oprecis funktion.
Se även
- class GridWorksheet
- namnutrymme Aspose.Cells.GridWeb.Data
- hopsättning Aspose.Cells.GridWeb