InsertColumn
InsertColumn(int, bool)
Fügt eine neue Spalte in das Arbeitsblatt ein.
public void InsertColumn(int columnIndex, bool updateReference)
Parameter | Typ | Beschreibung |
---|---|---|
columnIndex | Int32 | Spaltenindex. |
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
InsertColumn(int)
Fügt eine neue Spalte in das Arbeitsblatt ein.
public void InsertColumn(int columnIndex)
Parameter | Typ | Beschreibung |
---|---|---|
columnIndex | Int32 | Spaltenindex. |
Siehe auch
- class GridCells
- namensraum Aspose.Cells.GridWeb.Data
- Montage Aspose.Cells.GridWeb