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. |
Exempel
[C#]
comments.RemoveAt("B2");
Se även
- class CommentCollection
- namnutrymme Aspose.Cells
- hopsättning Aspose.Cells
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. |
Exempel
[C#]
comments.RemoveAt(1,1);
Se även
- class CommentCollection
- namnutrymme Aspose.Cells
- hopsättning Aspose.Cells