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. |
Property Getters/Setters Detail |
---|
getName/setName : String | |
String getName() / setName(value) |
getCellArea : CellArea | |
CellArea getCellArea() |
getPassword/setPassword : String | |
String getPassword() / setPassword(value) |
getSecurityDescriptor/setSecurityDescriptor : String | |
String getSecurityDescriptor() / setSecurityDescriptor(value) |
Method Detail |
---|
getAreas | |
CellArea[] getAreas() |
addArea | |
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.