RevisionInsertSheet
Contents
[
Hide
]RevisionInsertSheet class
Represents a revision record of a sheet that was inserted.
Methods
| Name | Description |
|---|---|
| getActionType() | Gets the action type of the revision. The value of the property is RevisionActionType integer constant. |
| getId() | Gets the number of this revision. Zero means this revision does not contains id. |
| getName() | Gets the name of the worksheet. |
| getSheetPosition() | Gets the zero based position of the new sheet in the sheet tab bar. |
| getType() | Gets the type of revision. The value of the property is RevisionType integer constant. |
| getWorksheet() | Gets the worksheet. |
getActionType()
Gets the action type of the revision. The value of the property is RevisionActionType integer constant.
getId()
Gets the number of this revision. Zero means this revision does not contains id.
getName()
Gets the name of the worksheet.
getSheetPosition()
Gets the zero based position of the new sheet in the sheet tab bar.
getType()
Gets the type of revision. The value of the property is RevisionType integer constant.
getWorksheet()
Gets the worksheet.