CheckBoxCollection

CheckBoxCollection class

Represents a collection of CheckBox objects in a worksheet.

Properties

NameTypeDescription
Countint
Item (int)CheckBoxGets the CheckBox element at the specified index.

Methods

NameDescription
addAdds a checkBox to the collection.
clear
removeAt
iterator
getReserved for internal use.
containsReserved for internal use.
indexOfReserved for internal use.

CheckBoxCollection.Count property

Type: int

CheckBoxCollection.Item (int) property

Gets the CheckBox element at the specified index.

Type: CheckBox

add(topRow, leftColumn, height, width) (1 of 2)

Adds a checkBox to the collection.

ParameterTypeDescription
upperLeftRowUpper left row index.
upperLeftColumnUpper left column index.
heightintHeight of checkBox, in unit of pixel.
widthintWidth of checkBox, in unit of pixel.

Returns: CheckBox object index.


add(value) (2 of 2)

Reserved for internal use.

clear()

removeAt(index)

iterator()

get(index)

Reserved for internal use.

contains(value)

Reserved for internal use.

indexOf(value)

Reserved for internal use.