RevisionLog

RevisionLog class

Represents the revision log.

class RevisionLog;

Properties

PropertyTypeDescription
metadataTableRevisionHeaderReadonly. Gets table that contains metadata about a list of specific changes that have taken place for this workbook.
revisionsRevisionCollectionReadonly. Gets all revisions in this log.

Methods

MethodDescription
getMetadataTable()@deprecated. Please use the ‘metadataTable’ property instead. Gets table that contains metadata about a list of specific changes that have taken place for this workbook.
getRevisions()@deprecated. Please use the ‘revisions’ property instead. Gets all revisions in this log.
isNull()Checks whether the implementation object is null.

metadataTable

Readonly. Gets table that contains metadata about a list of specific changes that have taken place for this workbook.

metadataTable : RevisionHeader;

revisions

Readonly. Gets all revisions in this log.

revisions : RevisionCollection;

getMetadataTable()

@deprecated. Please use the ‘metadataTable’ property instead. Gets table that contains metadata about a list of specific changes that have taken place for this workbook.

getMetadataTable() : RevisionHeader;

Returns

RevisionHeader

getRevisions()

@deprecated. Please use the ‘revisions’ property instead. Gets all revisions in this log.

getRevisions() : RevisionCollection;

Returns

RevisionCollection

isNull()

Checks whether the implementation object is null.

isNull() : boolean;