RemoveAt
TextBoxCollection.RemoveAt method
Dosyadan bir metin kutusunu kaldırın.
public void RemoveAt(int index)
Parametre | Tip | Tanım |
---|---|---|
index | Int32 | Metin kutusu dizini. |
Örnekler
[C#]
int index3 = textBoxCollection.Count - 1;
textBoxCollection.RemoveAt(index3);
Ayrıca bakınız
- class TextBoxCollection
- ad alanı Aspose.Cells.Drawing
- toplantı Aspose.Cells