DeleteColumn
DeleteColumn(int)
Tar bort en kolumn.
public void DeleteColumn(int columnIndex)
Parameter | Typ | Beskrivning |
---|---|---|
columnIndex | Int32 | Kolumnindex. |
Se även
- class GridCells
- namnutrymme Aspose.Cells.GridDesktop.Data
- hopsättning Aspose.Cells.GridDesktop
DeleteColumn(int, bool)
Tar bort en kolumn.
public void DeleteColumn(int columnIndex, bool updateReference)
Parameter | Typ | Beskrivning |
---|---|---|
columnIndex | Int32 | Kolumnindex. |
updateReference | Boolean | Indikerar om uppdateringsreferenser i andra kalkylblad. |
Se även
- class GridCells
- namnutrymme Aspose.Cells.GridDesktop.Data
- hopsättning Aspose.Cells.GridDesktop