Add
CheckBoxCollection.Add method
向集合中添加一个复选框。
public int Add(int upperLeftRow, int upperLeftColumn, int height, int width)
范围 | 类型 | 描述 |
---|---|---|
upperLeftRow | Int32 | 左上行索引。 |
upperLeftColumn | Int32 | 左上列索引。 |
height | Int32 | 复选框的高度,以像素为单位。 |
width | Int32 | 复选框的宽度,以像素为单位。 |
返回值
CheckBox
对象索引。
也可以看看
- class CheckBoxCollection
- 命名空间 Aspose.Cells.Drawing
- 部件 Aspose.Cells