Aspose::Cells::Drawing::TextBoxCollection::Clear method

TextBoxCollection::Clear method

Clear all text boxes.

void Aspose::Cells::Drawing::TextBoxCollection::Clear()

Examples

    //clear all textbox
textBoxCollection.Clear();

See Also