Inherits Object.
|
virtual intrusive_ptr< Aspose::Cells::Systems::String > | GetName ()=0 |
| Gets the Range title. This is used as a descriptor, not as a named range definition. More...
|
|
virtual void | SetName (intrusive_ptr< Aspose::Cells::Systems::String > value)=0 |
| Gets the Range title. This is used as a descriptor, not as a named range definition. More...
|
|
virtual intrusive_ptr< Aspose::Cells::ICellArea > | GetICellArea ()=0 |
| Gets the ICellArea object represents the cell area to be protected. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::Array1D< Aspose::Cells::ICellArea * > > | GetICellAreas ()=0 |
| Gets all referred areas. More...
|
|
virtual void | AddArea (Aspose::Cells::Systems::Int32 startRow, Aspose::Cells::Systems::Int32 startColumn, Aspose::Cells::Systems::Int32 endRow, Aspose::Cells::Systems::Int32 endColumn)=0 |
| Adds a referred area to this More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::String > | GetPassword ()=0 |
| Represents the password to protect the range. More...
|
|
virtual void | SetPassword (intrusive_ptr< Aspose::Cells::Systems::String > value)=0 |
| Represents the password to protect the range. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::String > | GetSecurityDescriptor ()=0 |
| The security descriptor defines user accounts who may edit this range without providing a password to access the range. More...
|
|
virtual void | SetSecurityDescriptor (intrusive_ptr< Aspose::Cells::Systems::String > value)=0 |
| The security descriptor defines user accounts who may edit this range without providing a password to access the range. More...
|
|
A specified range to be allowed to edit when the sheet protection is ON.