Revision
Revision class
Represents the revision.
class Revision;
Methods
Method | Description |
---|---|
getWorksheet() | Gets the worksheet. |
getId() | Gets the number of this revision. |
isNull() | Checks whether the implementation object is null. |
getType() | Represents the type of revision. |
getWorksheet()
Gets the worksheet.
getWorksheet() : Worksheet;
Returns
getId()
Gets the number of this revision.
getId() : number;
Remarks
Zero means this revision does not contains id.
isNull()
Checks whether the implementation object is null.
isNull() : boolean;
getType()
Represents the type of revision.
getType() : RevisionType;
Returns