RevisionInsertSheet
Contents
[
Hide
]RevisionInsertSheet class
Represents a revision record of a sheet that was inserted.
Properties
| Name | Type | Description |
|---|---|---|
| Type | Number | Gets the type of revision. The value of the property is RevisionType integer constant. |
| ActionType | Number | Gets the action type of the revision. The value of the property is RevisionActionType integer constant. |
| Name | String | Gets the name of the worksheet. |
| SheetPosition | Number | Gets the zero based position of the new sheet in the sheet tab bar. |
| Worksheet | Worksheet | Gets the worksheet. |
| Id | Number | Gets the number of this revision. Zero means this revision does not contains id. |
RevisionInsertSheet.Type property
Gets the type of revision. The value of the property is RevisionType integer constant.
Type: Number
RevisionInsertSheet.ActionType property
Gets the action type of the revision. The value of the property is RevisionActionType integer constant.
Type: Number
RevisionInsertSheet.Name property
Gets the name of the worksheet.
Type: String
RevisionInsertSheet.SheetPosition property
Gets the zero based position of the new sheet in the sheet tab bar.
Type: Number
RevisionInsertSheet.Worksheet property
Gets the worksheet.
Type: Worksheet
RevisionInsertSheet.Id property
Gets the number of this revision. Zero means this revision does not contains id.
Type: Number