RevisionHeader
RevisionHeader class
Represents a list of specific changes that have taken place for this workbook.
class RevisionHeader;
Constructors
Name | Description |
---|---|
constructor() | Default Constructor. |
Properties
Property | Type | Description |
---|---|---|
savedTime | Date | Gets and sets rhe date and time when this set of revisions was saved. |
userName | string | Gets 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;