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ı. |
Ayrıca bakınız
- class GridCommentCollection
- ad alanı Aspose.Cells.GridDesktop.Data
- toplantı Aspose.Cells.GridDesktop
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. |
Ayrıca bakınız
- class GridCommentCollection
- ad alanı Aspose.Cells.GridDesktop.Data
- toplantı Aspose.Cells.GridDesktop