InsertColumns
InsertColumns(int, int)
Fügt einige Spalten in das Arbeitsblatt ein.
public void InsertColumns(int columnIndex, int totalColumns)
Parameter | Typ | Beschreibung |
---|---|---|
columnIndex | Int32 | Spaltenindex. |
totalColumns | Int32 | Die Anzahl der Spalten. |
Siehe auch
- class GridCells
- namensraum Aspose.Cells.GridWeb.Data
- Montage Aspose.Cells.GridWeb
InsertColumns(int, int, bool)
Fügt einige Spalten in das Arbeitsblatt ein.
public void InsertColumns(int columnIndex, int totalColumns, bool updateReference)
Parameter | Typ | Beschreibung |
---|---|---|
columnIndex | Int32 | Spaltenindex. |
totalColumns | Int32 | Die Anzahl der Spalten. |
updateReference | Boolean | Gibt an, ob Verweise in anderen Arbeitsblättern aktualisiert werden. |
Siehe auch
- class GridCells
- namensraum Aspose.Cells.GridWeb.Data
- Montage Aspose.Cells.GridWeb