asposecells.api

Class RevisionCustomView

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

Property Getters/Setters Summary
methodgetActionType()
Gets the type of action. The value of the property is RevisionActionType integer constant.
methodgetGuid()
Gets the globally unique identifier of the custom view.
methodgetId()
Gets the number of this revision.
methodgetType()
Gets the type of revision. The value of the property is RevisionType integer constant.
methodgetWorksheet()
Gets the worksheet.
 

    • Property Getters/Setters Detail

      • getType : int 

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

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

        UUID getGuid()
        
        Gets the globally unique identifier of the custom view.
      • getId : int 

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