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.

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;