class
CheckBoxCollection
Source: aspose.
Represents a collection of CheckBox objects in a worksheet.
Methods
add(upperLeftRow, upperLeftColumn, height, width) → Number
Adds a checkBox to the collection.
Parameters
| Name | Type | Optional | Description |
|---|---|---|---|
|
upperLeftRow |
Number |
|
Upper left row index. |
|
upperLeftColumn |
Number |
|
Upper left column index. |
|
height |
Number |
|
Height of checkBox, in unit of pixel. |
|
width |
Number |
|
Width of checkBox, in unit of pixel. |
- Returns
-
NumberCheckBox object index.
add()
Reserved for internal use.
clear()
contains()
Reserved for internal use.
get(index) → CheckBox
Gets the CheckBox element at the specified index.
Parameter
| Name | Type | Optional | Description |
|---|---|---|---|
|
index |
Number |
|
The zero based index of the element. |
- Returns
-
CheckBoxThe element at the specified index.
get()
Reserved for internal use.
getCount()
indexOf()
Reserved for internal use.