RemoveAt
RemoveAt(int)
Belirtilen dizindeki öğeyi kaldırır.
public void RemoveAt(int index)
Parametre | Tip | Tanım |
---|---|---|
index | Int32 | Kaldırılacak öğenin dizin değeri. |
Ayrıca bakınız
- class WorksheetCollection
- ad alanı Aspose.Cells.GridDesktop
- toplantı Aspose.Cells.GridDesktop
RemoveAt(string)
Belirtilen addaki öğeyi kaldırır.
public void RemoveAt(string name)
Parametre | Tip | Tanım |
---|---|---|
name | String | Kaldırılacak öğenin adı. |
Ayrıca bakınız
- class WorksheetCollection
- ad alanı Aspose.Cells.GridDesktop
- toplantı Aspose.Cells.GridDesktop