Revision

Revision class

Represents the revision.

class Revision;

Properties

PropertyTypeDescription
worksheetWorksheetReadonly. Gets the worksheet.
idnumberReadonly. Gets the number of this revision.

Methods

MethodDescription
getType()Represents the type of revision.

worksheet

Readonly. Gets the worksheet.

worksheet : Worksheet;

id

Readonly. Gets the number of this revision.

id : number;

Remarks

Zero means this revision does not contains id.

getType()

Represents the type of revision.

getType() : RevisionType;

Returns

RevisionType