Aspose::Cells::ProtectedRangeCollection class
Contents
[
Hide
]ProtectedRangeCollection class
Encapsulates a collection of ProtectedRange objects.
class ProtectedRangeCollection
Methods
| Method | Description |
|---|---|
| Add(const U16String& name, int32_t startRow, int32_t startColumn, int32_t endRow, int32_t endColumn) | Adds a ProtectedRange item to the collection. |
| Add(const char16_t* name, int32_t startRow, int32_t startColumn, int32_t endRow, int32_t endColumn) | Adds a ProtectedRange item to the collection. |
| Get(int32_t index) | Gets the ProtectedRange element at the specified index. |
| GetCount() | |
| IsNull() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const ProtectedRangeCollection& src) | operator= |
| ProtectedRangeCollection(ProtectedRangeCollection_Impl* impl) | Constructs from an implementation object. |
| ProtectedRangeCollection(const ProtectedRangeCollection& src) | Copy constructor. |
| ~ProtectedRangeCollection() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++