CheckBoxCollection
Contents
[
Hide
]CheckBoxCollection class
Represents a collection of CheckBox objects in a worksheet.
Methods
| Name | Description |
|---|---|
| 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.
| Parameter | Type | Description |
|---|---|---|
| upperLeftRow | Upper left row index. | |
| upperLeftColumn | Upper left column index. | |
| height | Number | Height of checkBox, in unit of pixel. |
| width | Number | Width 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.
| Parameter | Type | Description |
|---|---|---|
| index | Number | The 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.