RemoveAt
TextBoxCollection.RemoveAt method
قم بإزالة مربع نص من الملف.
public void RemoveAt(int index)
معامل | يكتب | وصف |
---|---|---|
index | Int32 | فهرس مربع النص. |
أمثلة
[C#]
int index3 = textBoxCollection.Count - 1;
textBoxCollection.RemoveAt(index3);
أنظر أيضا
- class TextBoxCollection
- مساحة الاسم Aspose.Cells.Drawing
- المجسم Aspose.Cells