RemoveAt
RemoveAt(string)
Tar bort kommentaren från den specifika cellen.
public void RemoveAt(string cellName)
| Parameter | Typ | Beskrivning |
|---|---|---|
| cellName | String | Namnet på cellen som innehåller en kommentar. |
Se även
- class GridCommentCollection
- namnutrymme Aspose.Cells.GridWeb.Data
- hopsättning Aspose.Cells.GridWeb
RemoveAt(int, int)
Tar bort kommentaren från den specifika cellen.
public void RemoveAt(int row, int column)
| Parameter | Typ | Beskrivning |
|---|---|---|
| row | Int32 | Radindex. |
| column | Int32 | kolumnindex. |
Se även
- class GridCommentCollection
- namnutrymme Aspose.Cells.GridWeb.Data
- hopsättning Aspose.Cells.GridWeb