ProtectedRange Class
Contents
[
Hide
]ProtectedRange class
A specified range to be allowed to edit when the sheet protection is ON.
type ProtectedRange struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetName | Gets the Range title. This is used as a descriptor, not as a named range definition. |
| SetName | Gets the Range title. This is used as a descriptor, not as a named range definition. |
| GetCellArea | Gets the CellArea object represents the cell area to be protected. |
| GetAreas | Gets all referred areas. |
| AddArea | Adds a referred area to this |
| IsProtectedWithPassword | Indicates whether the worksheets is protected with password. |
| GetPassword | Represents the password to protect the range. |
| SetPassword | Represents the password to protect the range. |
| GetSecurityDescriptor | The security descriptor defines user accounts who may edit this range without providing a password to access the range. |
| SetSecurityDescriptor | The security descriptor defines user accounts who may edit this range without providing a password to access the range. |