RevisionCustomView Class
RevisionCustomView class
Represents a revision record of adding or removing a custom view to the workbook
type RevisionCustomView struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewRevisionCustomView | Constructs from a parent object. |
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetType | Gets the type of revision. |
GetActionType | Gets the type of action. |
GetGuid | Gets the globally unique identifier of the custom view. |
GetWorksheet | Gets the worksheet. |
GetId | Gets the number of this revision. |