RevisionCustomView

RevisionCustomView class

Represents a revision record of adding or removing a custom view to the workbook

Properties

NameTypeDescription
TypeintGets the type of revision. The value of the property is RevisionType integer constant.
ActionTypeintGets the type of action. The value of the property is RevisionActionType integer constant.
GuidUUIDGets the globally unique identifier of the custom view.
WorksheetWorksheetGets the worksheet.
IdintGets the number of this revision. Zero means this revision does not contains id.

RevisionCustomView.Type property

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

Type: int

RevisionCustomView.ActionType property

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

Type: int

RevisionCustomView.Guid property

Gets the globally unique identifier of the custom view.

Type: UUID

RevisionCustomView.Worksheet property

Gets the worksheet.

Type: Worksheet

RevisionCustomView.Id property

Gets the number of this revision. Zero means this revision does not contains id.

Type: int