RevisionLog
RevisionLog class
Represents the revision log.
class RevisionLog;
Methods
Method | Description |
---|---|
getMetadataTable() | Gets table that contains metadata about a list of specific changes that have taken place for this workbook. |
getRevisions() | Gets all revisions in this log. |
isNull() | Checks whether the implementation object is null. |
getMetadataTable()
Gets table that contains metadata about a list of specific changes that have taken place for this workbook.
getMetadataTable() : RevisionHeader;
Returns
getRevisions()
Gets all revisions in this log.
getRevisions() : RevisionCollection;
Returns
isNull()
Checks whether the implementation object is null.
isNull() : boolean;