Revision
Contents
[
Hide
]Revision class
Represents the revision.
class Revision;
Properties
| Property | Type | Description |
|---|---|---|
| worksheet | Worksheet | Readonly. Gets the worksheet. |
| id | number | Readonly. Gets the number of this revision. |
Methods
| Method | Description |
|---|---|
| getWorksheet() | @deprecated. Please use the ‘worksheet’ property instead. Gets the worksheet. |
| getId() | @deprecated. Please use the ‘id’ property instead. Gets the number of this revision. |
| isNull() | Checks whether the implementation object is null. |
| 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.
getWorksheet()
@deprecated. Please use the ‘worksheet’ property instead. Gets the worksheet.
getWorksheet() : Worksheet;
Returns
getId()
@deprecated. Please use the ‘id’ property instead. 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