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. |
Beispiele
[C#]
comments.RemoveAt("B2");
Siehe auch
- class CommentCollection
- namensraum Aspose.Cells
- Montage Aspose.Cells
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. |
Beispiele
[C#]
comments.RemoveAt(1,1);
Siehe auch
- class CommentCollection
- namensraum Aspose.Cells
- Montage Aspose.Cells