Property Getters/Setters Summary | ||
---|---|---|
method | getCount() | |
method | get(index) | |
Gets the |
Method Summary | ||
---|---|---|
method | add(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | add(name, startRow, startColumn, endRow, endColumn) | |
Adds a |
||
method | clear() | → inherited from CollectionBase |
method | contains(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | get(index) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | indexOf(value) | → inherited from CollectionBase |
Reserved for internal use. | ||
method | iterator() | → inherited from CollectionBase |
method | removeAt(index) | → inherited from CollectionBase |
Property Getters/Setters Detail |
---|
getCount : int | |
int getCount() |
get : ProtectedRange | |
ProtectedRange get(index) |
index
- The zero based index of the element.Method Detail |
---|
add | |
int add(name, startRow, startColumn, endRow, endColumn) |
name: String
- Range title. This is used as a descriptor, not as a named range definition.startRow: int
- Start row index of the range.startColumn: int
- Start column index of the range.endRow: int
- End row index of the range.endColumn: int
- End column index of the range.clear | |
clear() |
removeAt | |
removeAt(index) |
iterator | |
Iterator iterator() |
get | |
Object get(index) |
contains | |
boolean contains(value) |
add | |
int add(value) |
indexOf | |
int indexOf(value) |