RevisionHeader

RevisionHeader class

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

class RevisionHeader;

Constructors

ConstructorDescription
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.

Methods

MethodDescription
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:

ParameterTypeDescription
valueDateThe 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:

ParameterTypeDescription
valuestringThe value to set.

isNull()

Checks whether the implementation object is null.

isNull() : boolean;