Remove
Remove(int, int)
يزيل العنصر في فهرس عمود الصف المحدد للخلية.
public virtual void Remove(int row, int col)
معامل | يكتب | وصف |
---|---|---|
row | Int32 | فهرس صف الخلية. |
col | Int32 | فهرس العمود للخلية. |
أنظر أيضا
- class CellRelativeCollection
- مساحة الاسم Aspose.Cells.GridDesktop
- المجسم Aspose.Cells.GridDesktop
Remove(string)
إزالة العنصر باسم الخلية.
public void Remove(string cellName)
معامل | يكتب | وصف |
---|---|---|
cellName | String | اسم الخلية (بتنسيق اسم Excel ، مثل “A1” ، “F22”) |
أنظر أيضا
- class CellRelativeCollection
- مساحة الاسم Aspose.Cells.GridDesktop
- المجسم Aspose.Cells.GridDesktop