CheckBoxCollection
Contents
[
Hide
]CheckBoxCollection class
Represents a collection of CheckBox objects in a worksheet.
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | CheckBox | Gets the CheckBox element at the specified index. |
Methods
| Name | Description |
|---|---|
| add | Adds a checkBox to the collection. |
| clear | |
| removeAt | |
| iterator | |
| get | Reserved for internal use. |
| contains | Reserved for internal use. |
| indexOf | Reserved 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.
| Parameter | Type | Description |
|---|---|---|
| upperLeftRow | Upper left row index. | |
| upperLeftColumn | Upper left column index. | |
| height | int | Height of checkBox, in unit of pixel. |
| width | int | Width 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.