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