Add
Innehåll
[
Dölj
]Add(int, int)
Lägger till en kommentar till samlingen.
public int Add(int row, int column)
| Parameter | Typ | Beskrivning |
|---|---|---|
| row | Int32 | Cellradsindex. |
| column | Int32 | Cell kolumn index. |
Returvärde
Comment objektindex.
Se även
- class GridCommentCollection
- namnutrymme Aspose.Cells.GridDesktop.Data
- hopsättning Aspose.Cells.GridDesktop
Add(string)
Lägger till en kommentar till samlingen.
public int Add(string cellName)
| Parameter | Typ | Beskrivning |
|---|---|---|
| cellName | String | Cellnamn. |
Returvärde
Comment objektindex.
Se även
- class GridCommentCollection
- namnutrymme Aspose.Cells.GridDesktop.Data
- hopsättning Aspose.Cells.GridDesktop
Add(string, string)
Lägger till en kommentar till en specificerad cell efter cellnamn.
public void Add(string cellName, string text)
| Parameter | Typ | Beskrivning |
|---|---|---|
| cellName | String | Namn på rutnätscellen. |
| text | String | Kommentarstext. |
Se även
- class GridCommentCollection
- namnutrymme Aspose.Cells.GridDesktop.Data
- hopsättning Aspose.Cells.GridDesktop
Add(int, int, string)
public void Add(int row, int column, string text)
Se även
- class GridCommentCollection
- namnutrymme Aspose.Cells.GridDesktop.Data
- hopsättning Aspose.Cells.GridDesktop