Aspose::Cells::Revisions::RevisionLogCollection class
Contents
[
Hide
]RevisionLogCollection class
Represents all revision logs.
class RevisionLogCollection
Methods
| Method | Description |
|---|---|
| Get(int32_t index) | Gets RevisionLog by index. |
| GetCount() | |
| GetDaysPreservingHistory() | Gets and sets the number of days the spreadsheet application will keep the change history for this workbook. |
| HighlightChanges(const HighlightChangesOptions& options) | Highlights changes of shared workbook. |
| IsNull() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const RevisionLogCollection& src) | operator= |
| RevisionLogCollection(RevisionLogCollection_Impl* impl) | Constructs from an implementation object. |
| RevisionLogCollection(const RevisionLogCollection& src) | Copy constructor. |
| SetDaysPreservingHistory(int32_t value) | Gets and sets the number of days the spreadsheet application will keep the change history for this workbook. |
| ~RevisionLogCollection() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Revisions
- Library Aspose.Cells for C++