RevisionLog
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. |
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;