Add
Add(int, int)
Fügt der Sammlung einen Kommentar hinzu.
public int Add(int row, int column)
| Parameter | Typ | Beschreibung |
|---|---|---|
| row | Int32 | Zellenzeilenindex. |
| column | Int32 | Zellspaltenindex. |
Rückgabewert
Comment Objektindex.
Siehe auch
- class GridCommentCollection
- namensraum Aspose.Cells.GridWeb.Data
- Montage Aspose.Cells.GridWeb
Add(string)
Fügt der Sammlung einen Kommentar hinzu.
public int Add(string cellName)
| Parameter | Typ | Beschreibung |
|---|---|---|
| cellName | String | Zellenname. |
Rückgabewert
Comment Objektindex.
Siehe auch
- class GridCommentCollection
- namensraum Aspose.Cells.GridWeb.Data
- Montage Aspose.Cells.GridWeb