add method

add(self, top_row, left_column, height, width)

Adds a checkBox to the collection.

Returns

CheckBox object index.


def add(self, top_row, left_column, height, width):
    ...
ParameterTypeDescription
top_rowintUpper left row index.
left_columnintUpper left column index.
heightintHeight of checkBox, in unit of pixel.
widthintWidth of checkBox, in unit of pixel.

See Also