RevisionLog

RevisionLog class

Represents the revision log.

class RevisionLog;

Methods

MethodDescription
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

RevisionHeader

getRevisions()

Gets all revisions in this log.

getRevisions() : RevisionCollection;

Returns

RevisionCollection

isNull()

Checks whether the implementation object is null.

isNull() : boolean;