RevisionInsertSheet

RevisionInsertSheet class

Represents a revision record of a sheet that was inserted.

Properties

NameTypeDescription
TypeNumberGets the type of revision. The value of the property is RevisionType integer constant.
ActionTypeNumberGets the action type of the revision. The value of the property is RevisionActionType integer constant.
NameStringGets the name of the worksheet.
SheetPositionNumberGets the zero based position of the new sheet in the sheet tab bar.
WorksheetWorksheetGets the worksheet.
IdNumberGets 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