Remove
Remove(int, int)
Entfernt das Element am angegebenen Zeilenspaltenindex der Zelle.
public virtual void Remove(int row, int col)
| Parameter | Typ | Beschreibung |
|---|---|---|
| row | Int32 | Zeilenindex der Zelle. |
| col | Int32 | Spaltenindex der Zelle. |
Siehe auch
- class CellRelativeCollection
- namensraum Aspose.Cells.GridDesktop
- Montage Aspose.Cells.GridDesktop
Remove(string)
Entfernt das Element nach Zellenname.
public void Remove(string cellName)
| Parameter | Typ | Beschreibung |
|---|---|---|
| cellName | String | Zellenname (im Excel-Namensformat, wie ‘A1’, ‘F22’) |
Siehe auch
- class CellRelativeCollection
- namensraum Aspose.Cells.GridDesktop
- Montage Aspose.Cells.GridDesktop