| Property Getters/Setters Summary | ||
|---|---|---|
method | getCellArea() | |
Gets the |
||
method | getName() | |
method | setName(value) | |
| Gets the Range title. This is used as a descriptor, not as a named range definition. | ||
method | getPassword() | |
method | setPassword(value) | |
| Represents the password to protect the range. | ||
method | getSecurityDescriptor() | |
method | setSecurityDescriptor(value) | |
| The security descriptor defines user accounts who may edit this range without providing a password to access the range. | ||
| Method Summary | ||
|---|---|---|
method | addArea(startRow, startColumn, endRow, endColumn) | |
Adds a referred area to this
|
||
method | getAreas() | |
Gets all referred areas.
|
||
String getName() / setName(value)
CellArea getCellArea()
String getPassword() / setPassword(value)
String getSecurityDescriptor() / setSecurityDescriptor(value)
CellArea[] getAreas()
addArea(startRow, startColumn, endRow, endColumn)
startRow: int - The start row.startColumn: int - The start column.endRow: int - The end row.endColumn: int - The end column.