add method

add

Adds a checkBox to the collection.

Returns

CheckBox object index.

def add(self, upper_left_row, upper_left_column, height, width):
    ...
ParameterTypeDescription
upper_left_rowintUpper left row index.
upper_left_columnintUpper left column index.
heightintHeight of checkBox, in unit of pixel.
widthintWidth of checkBox, in unit of pixel.

See Also