Aspose::Cells::Revisions::RevisionHeader class

RevisionHeader class

Represents a list of specific changes that have taken place for this workbook.

class RevisionHeader

Methods

MethodDescription
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() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator 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

FieldDescription
_implThe implementation object.

See Also