RemoveAt
TextBoxCollection.RemoveAt method
Удалить текстовое поле из файла.
public void RemoveAt(int index)
Параметр | Тип | Описание |
---|---|---|
index | Int32 | Индекс текстового поля. |
Примеры
[C#]
int index3 = textBoxCollection.Count - 1;
textBoxCollection.RemoveAt(index3);
Смотрите также
- class TextBoxCollection
- пространство имен Aspose.Cells.Drawing
- сборка Aspose.Cells