Add
TextBoxCollection.Add method
向集合中添加一个文本框。
public int Add(int upperLeftRow, int upperLeftColumn, int height, int width)
范围 | 类型 | 描述 |
---|---|---|
upperLeftRow | Int32 | 左上行索引。 |
upperLeftColumn | Int32 | 左上列索引。 |
height | Int32 | 文本框的高度,以像素为单位。 |
width | Int32 | 文本框的宽度,以像素为单位。 |
返回值
TextBox
对象索引。
例子
[C#]
//添加一个文本框
int index2 = textBoxCollection.Add(1, 1, 50, 100);
也可以看看
- class TextBoxCollection
- 命名空间 Aspose.Cells.Drawing
- 部件 Aspose.Cells