add method
add
Adds a checkBox to the collection.
Returns
CheckBox
object index.
def add(self, upper_left_row, upper_left_column, height, width):
...
Parameter | Type | Description |
---|---|---|
upper_left_row | int | Upper left row index. |
upper_left_column | int | Upper left column index. |
height | int | Height of checkBox, in unit of pixel. |
width | int | Width of checkBox, in unit of pixel. |
See Also
- module
aspose.cells.drawing
- class
CheckBox
- class
CheckBoxCollection