RemoveAt
RemoveAt(string)
Belirli hücrenin yorumunu kaldırır.
public void RemoveAt(string cellName)
Parametre | Tip | Tanım |
---|---|---|
cellName | String | Yorum içeren hücrenin adı. |
Örnekler
[C#]
comments.RemoveAt("B2");
Ayrıca bakınız
- class CommentCollection
- ad alanı Aspose.Cells
- toplantı Aspose.Cells
RemoveAt(int, int)
Belirli hücrenin yorumunu kaldırır.
public void RemoveAt(int row, int column)
Parametre | Tip | Tanım |
---|---|---|
row | Int32 | Satır indeksi. |
column | Int32 | sütun indeksi. |
Örnekler
[C#]
comments.RemoveAt(1,1);
Ayrıca bakınız
- class CommentCollection
- ad alanı Aspose.Cells
- toplantı Aspose.Cells