RevisionLog
Contents
[
Hide
]RevisionLog class
Represents the revision log.
class RevisionLog;
Properties
Methods
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
getRevisions()
@deprecated. Please use the ‘revisions’ property instead. Gets all revisions in this log.
getRevisions() : RevisionCollection;
Returns
isNull()
Checks whether the implementation object is null.
isNull() : boolean;
