RevisionHeader

RevisionHeader class

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

class RevisionHeader;

Constructors

NameDescription
constructor()Default Constructor.

Properties

PropertyTypeDescription
savedTimeDateGets and sets rhe date and time when this set of revisions was saved.
userNamestringGets and sets the name of the user making the revision.

constructor()

Default Constructor.

constructor();

savedTime

Gets and sets rhe date and time when this set of revisions was saved.

savedTime : Date;

userName

Gets and sets the name of the user making the revision.

userName : string;