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.GridDesktop.Data
- hopsättning Aspose.Cells.GridDesktop
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.GridDesktop.Data
- hopsättning Aspose.Cells.GridDesktop