RevisionInsertSheet

RevisionInsertSheet class

Represents a revision record of a sheet that was inserted.

Properties

NameTypeDescription
TypeintGets the type of revision. The value of the property is RevisionType integer constant.
ActionTypeintGets the action type of the revision. The value of the property is RevisionActionType integer constant.
NameStringGets the name of the worksheet.
SheetPositionintGets the zero based position of the new sheet in the sheet tab bar.
WorksheetWorksheetGets the worksheet.
IdintGets 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: int

RevisionInsertSheet.ActionType property

Gets the action type of the revision. The value of the property is RevisionActionType integer constant.

Type: int

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: int

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: int