Aspose::Cells::Drawing::TextBoxCollection::RemoveAt method
TextBoxCollection::RemoveAt method
Remove a text box from the file.
void Aspose::Cells::Drawing::TextBoxCollection::RemoveAt(int32_t index)
Parameter | Type | Description |
---|---|---|
index | int32_t | The text box index. |
Examples
int index3 = textBoxCollection.GetCount() - 1;
textBoxCollection.RemoveAt(index3);
See Also
- Class Vector
- Class TextBoxCollection
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++