RevisionHeader
Contents
[
Hide
]RevisionHeader class
Represents a list of specific changes that have taken place for this workbook.
class RevisionHeader;
Constructors
Name | Description |
---|---|
constructor() | Default Constructor. |
Methods
Method | Description |
---|---|
getSavedTime() | Gets and sets rhe date and time when this set of revisions was saved. |
setSavedTime(Date) | Gets and sets rhe date and time when this set of revisions was saved. |
get_UserName() | Gets and sets the name of the user making the revision. |
setUserName(string) | Gets and sets the name of the user making the revision. |
isNull() | Checks whether the implementation object is null. |
constructor()
Default Constructor.
constructor();
getSavedTime()
Gets and sets rhe date and time when this set of revisions was saved.
getSavedTime() : Date;
setSavedTime(Date)
Gets and sets rhe date and time when this set of revisions was saved.
setSavedTime(value: Date) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | Date | The value to set. |
get_UserName()
Gets and sets the name of the user making the revision.
get_UserName() : string;
setUserName(string)
Gets and sets the name of the user making the revision.
setUserName(value: string) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | string | The value to set. |
isNull()
Checks whether the implementation object is null.
isNull() : boolean;