RevisionLog
Contents
[
Hide
]RevisionLog class
Represents the revision log.
class RevisionLog;
Properties
Property | Type | Description |
---|---|---|
metadataTable | RevisionHeader | Readonly. Gets table that contains metadata about a list of specific changes that have taken place for this workbook. |
revisions | RevisionCollection | Readonly. Gets all revisions in this log. |
Methods
Method | Description |
---|---|
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
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;