RevisionHeader
RevisionHeader class
Represents a list of specific changes that have taken place for this workbook.
class RevisionHeader;
Constructors
Constructor | 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. |
Methods
Method | Description |
---|---|
getSavedTime() | @deprecated. Please use the ‘savedTime’ property instead. Gets and sets rhe date and time when this set of revisions was saved. |
setSavedTime(Date) | @deprecated. Please use the ‘savedTime’ property instead. Gets and sets rhe date and time when this set of revisions was saved. |
get_UserName() | @deprecated. Please use the ‘userName’ property instead. Gets and sets the name of the user making the revision. |
setUserName(string) | @deprecated. Please use the ‘userName’ property instead. Gets and sets the name of the user making the revision. |
isNull() | Checks whether the implementation object is null. |
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;
getSavedTime()
@deprecated. Please use the ‘savedTime’ property instead. Gets and sets rhe date and time when this set of revisions was saved.
getSavedTime() : Date;
setSavedTime(Date)
@deprecated. Please use the ‘savedTime’ property instead. 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()
@deprecated. Please use the ‘userName’ property instead. Gets and sets the name of the user making the revision.
get_UserName() : string;
setUserName(string)
@deprecated. Please use the ‘userName’ property instead. 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;