Clear
TextBoxCollection.Clear method
مسح كافة مربعات النص.
public void Clear()
أمثلة
[C#]
// مسح كل النص
textBoxCollection.Clear();
أنظر أيضا
- class TextBoxCollection
- مساحة الاسم Aspose.Cells.Drawing
- المجسم Aspose.Cells
مسح كافة مربعات النص.
public void Clear()
[C#]
// مسح كل النص
textBoxCollection.Clear();