Revision

Revision class

Represents the revision.

class Revision;

Methods

MethodDescription
getWorksheet()Gets the worksheet.
getId()Gets the number of this revision.
getType()Represents the type of revision.

getWorksheet()

Gets the worksheet.

getWorksheet() : Worksheet;

Returns

Worksheet

getId()

Gets the number of this revision.

getId() : number;

Remarks

Zero means this revision does not contains id.

getType()

Represents the type of revision.

getType() : RevisionType;

Returns

RevisionType