RevisionCustomView
Contents
[
Hide
]RevisionCustomView class
Represents a revision record of adding or removing a custom view to the workbook
class RevisionCustomView extends Revision;
Constructors
Name | Description |
---|---|
constructor(Revision) | Constructs from a parent object convertible to this. |
Properties
Property | Type | Description |
---|---|---|
actionType | RevisionActionType | Readonly. Gets the type of action. |
worksheet | Worksheet | Readonly. Gets the worksheet. |
id | number | Readonly. Gets the number of this revision. |
Methods
Method | Description |
---|---|
getType() | Gets the type of revision. |
constructor(Revision)
Constructs from a parent object convertible to this.
constructor(obj: Revision);
Parameters:
Parameter | Type | Description |
---|---|---|
obj | Revision | The parent object. |
actionType
Readonly. Gets the type of action.
actionType : RevisionActionType;
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()
Gets the type of revision.
getType() : RevisionType;
Returns