Aspose::Cells::Revisions::RevisionCollection class
RevisionCollection class
Represents all revision logs.
class RevisionCollection
Methods
| Method | Description |
|---|---|
| Get(int32_t index) | Gets Revision by the index. |
| GetCount() | |
| IsNull() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const RevisionCollection& src) | operator= |
| RevisionCollection(RevisionCollection_Impl* impl) | Constructs from an implementation object. |
| RevisionCollection(const RevisionCollection& src) | Copy constructor. |
| ~RevisionCollection() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Revisions
- Library Aspose.Cells for C++