Aspose::Cells::Revisions::RevisionHeader class
Contents
[
Hide
]RevisionHeader class
Represents a list of specific changes that have taken place for this workbook.
class RevisionHeader
Methods
Method | Description |
---|---|
Get_UserName() | Gets and sets the name of the user making the revision. |
GetSavedTime() | Gets and sets rhe date and time when this set of revisions was saved. |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const RevisionHeader& src) | operator= |
RevisionHeader() | Default constructor. |
RevisionHeader(RevisionHeader_Impl* impl) | Constructs from an implementation object. |
RevisionHeader(const RevisionHeader& src) | Copy constructor. |
SetSavedTime(const Date& value) | Gets and sets rhe date and time when this set of revisions was saved. |
SetUserName(const U16String& value) | Gets and sets the name of the user making the revision. |
SetUserName(const char16_t* value) | Gets and sets the name of the user making the revision. |
~RevisionHeader() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Revisions
- Library Aspose.Cells for C++