Property Getters/Setters Summary | ||
---|---|---|
function | getCellArea() | |
Gets the |
||
function | isProtectedWithPassword() | |
Indicates whether the worksheets is protected with password.
|
||
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.
|
function getName() / function setName(value)
function getCellArea()
function isProtectedWithPassword()
function getPassword() / function setPassword(value)
function getSecurityDescriptor() / function setSecurityDescriptor(value)
function getAreas()
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.