RemoveAt
RemoveAt(string)
Entfernt den Kommentar der spezifischen Zelle.
public void RemoveAt(string cellName)
Parameter | Typ | Beschreibung |
---|---|---|
cellName | String | Der Name der Zelle, die einen Kommentar enthält. |
Siehe auch
- class GridCommentCollection
- namensraum Aspose.Cells.GridDesktop.Data
- Montage Aspose.Cells.GridDesktop
RemoveAt(int, int)
Entfernt den Kommentar der spezifischen Zelle.
public void RemoveAt(int row, int column)
Parameter | Typ | Beschreibung |
---|---|---|
row | Int32 | Der Zeilenindex. |
column | Int32 | der Spaltenindex. |
Siehe auch
- class GridCommentCollection
- namensraum Aspose.Cells.GridDesktop.Data
- Montage Aspose.Cells.GridDesktop