RevisionCustomView
Contents
[
Hide
]RevisionCustomView class
Represents a revision record of adding or removing a custom view to the workbook
Properties
| Name | Type | Description |
|---|---|---|
| Type | int | Gets the type of revision. The value of the property is RevisionType integer constant. |
| ActionType | int | Gets the type of action. The value of the property is RevisionActionType integer constant. |
| Guid | UUID | Gets the globally unique identifier of the custom view. |
| Worksheet | Worksheet | Gets the worksheet. |
| Id | int | Gets 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