CheckBoxCollection

CheckBoxCollection class

Represents a collection of CheckBox objects in a worksheet.

Methods

NameDescription
add(upperLeftRow, upperLeftColumn, height, width)Adds a checkBox to the collection.
add()Reserved for internal use.
clear()
contains()Reserved for internal use.
get(index)Gets the CheckBox element at the specified index.
get()Reserved for internal use.
getCount()
indexOf()Reserved for internal use.
iterator()
removeAt()

add(upperLeftRow, upperLeftColumn, height, width)

Adds a checkBox to the collection.

ParameterTypeDescription
upperLeftRowUpper left row index.
upperLeftColumnUpper left column index.
heightNumberHeight of checkBox, in unit of pixel.
widthNumberWidth of checkBox, in unit of pixel.

Returns: Number — Number CheckBox object index.

add()

Reserved for internal use.

clear()

contains()

Reserved for internal use.

get(index)

Gets the CheckBox element at the specified index.

ParameterTypeDescription
indexNumberThe zero based index of the element.

Returns: CheckBox — CheckBox The element at the specified index.

get()

Reserved for internal use.

getCount()

indexOf()

Reserved for internal use.

iterator()

removeAt()