RevisionHeader

RevisionHeader class

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

class RevisionHeader;

Constructors

NameDescription
constructor()Default Constructor.

Methods

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

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:

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

ParameterTypeDescription
valuestringThe value to set.