RemoveAt
RemoveAt(string)
يزيل تعليق الخلية المحددة.
public void RemoveAt(string cellName)
| معامل | يكتب | وصف |
|---|---|---|
| cellName | String | اسم الخلية التي تحتوي على تعليق. |
أنظر أيضا
- class GridCommentCollection
- مساحة الاسم Aspose.Cells.GridWeb.Data
- المجسم Aspose.Cells.GridWeb
RemoveAt(int, int)
يزيل تعليق الخلية المحددة.
public void RemoveAt(int row, int column)
| معامل | يكتب | وصف |
|---|---|---|
| row | Int32 | فهرس الصف. |
| column | Int32 | فهرس العمود. |
أنظر أيضا
- class GridCommentCollection
- مساحة الاسم Aspose.Cells.GridWeb.Data
- المجسم Aspose.Cells.GridWeb