TextBoxCollection.RemoveAt
TextBoxCollection.RemoveAt method
Remove a text box from the file.
public void RemoveAt(int index)
Parameter | Type | Description |
---|---|---|
index | Int32 | The text box index. |
Examples
[C#]
int index3 = textBoxCollection.Count - 1;
textBoxCollection.RemoveAt(index3);
See Also
- class TextBoxCollection
- namespace Aspose.Cells.Drawing
- assembly Aspose.Cells