Add
Inhalt
[
Ausblenden
]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.GridDesktop.Data
- Montage Aspose.Cells.GridDesktop
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.GridDesktop.Data
- Montage Aspose.Cells.GridDesktop
Add(string, string)
Fügt einen Kommentar zu einer bestimmten Zelle nach Zellname hinzu.
public void Add(string cellName, string text)
Parameter | Typ | Beschreibung |
---|---|---|
cellName | String | Name der Rasterzelle. |
text | String | Kommentartext. |
Siehe auch
- class GridCommentCollection
- namensraum Aspose.Cells.GridDesktop.Data
- Montage Aspose.Cells.GridDesktop
Add(int, int, string)
public void Add(int row, int column, string text)
Siehe auch
- class GridCommentCollection
- namensraum Aspose.Cells.GridDesktop.Data
- Montage Aspose.Cells.GridDesktop