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