TextBoxCollection.Clear
TextBoxCollection.Clear method
Clear all text boxes.
public void Clear()
Examples
[C#]
//clear all textbox
textBoxCollection.Clear();
See Also
- class TextBoxCollection
- namespace Aspose.Cells.Drawing
- assembly Aspose.Cells
Clear all text boxes.
public void Clear()
[C#]
//clear all textbox
textBoxCollection.Clear();