asposecells.api

Class RevisionInsertSheet

Represents a revision record of a sheet that was inserted.

Property Getters/Setters Summary
methodgetActionType()
Gets the action type of the revision. The value of the property is RevisionActionType integer constant.
methodgetId()
Gets the number of this revision.
methodgetName()
Gets the name of the worksheet.
methodgetSheetPosition()
Gets the zero based position of the new sheet in the sheet tab bar.
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 action type of the revision. The value of the property is RevisionActionType integer constant.
      • getName : String 

        String getName()
        
        Gets the name of the worksheet.
      • getSheetPosition : int 

        int getSheetPosition()
        
        Gets the zero based position of the new sheet in the sheet tab bar.
      • getId : int 

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