aspose.cells

Class RevisionCustomView

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

Property Getters/Setters Summary
functiongetActionType()
Gets the type of action. The value of the property is RevisionActionType integer constant.
functiongetGuid()
Gets the globally unique identifier of the custom view.
functiongetId()
Gets the number of this revision.
functiongetType()
Gets the type of revision. The value of the property is RevisionType integer constant.
functiongetWorksheet()
Gets the worksheet.
 

    • Property Getters/Setters Detail

      • getType : Number 

        function getType()
        
        Gets the type of revision. The value of the property is RevisionType integer constant.
      • getActionType : Number 

        function getActionType()
        
        Gets the type of action. The value of the property is RevisionActionType integer constant.
      • getGuid : UUID 

        function getGuid()
        
        Gets the globally unique identifier of the custom view.
      • getWorksheet : Worksheet 

        function getWorksheet()
        
        Gets the worksheet.
      • getId : Number 

        function getId()
        
        Gets the number of this revision. Zero means this revision does not contains id.