asposecells.api

Class RevisionCellComment

Represents a revision record of a cell comment change.

Property Getters/Setters Summary
methodgetActionType()
Gets the action type of the revision. The value of the property is RevisionActionType integer constant.
methodgetCellName()
method
           Gets the name of the cell.
methodgetColumn()
Gets the column index of the which contains a comment.
methodgetId()
Gets the number of this revision.
methodisOldComment()
Indicates whether it's an old comment.
methodgetNewLength()
Gets Length of the comment before this revision was made.
methodgetOldLength()
Gets Length of the comment text added in this revision.
methodgetRow()
Gets the row index of the which contains a comment.
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.
      • getRow : int 

        int getRow()
        
        Gets the row index of the which contains a comment.
      • getColumn : int 

        int getColumn()
        
        Gets the column index of the which contains a comment.
      • getCellName/setCellName : String 

        String getCellName() / setCellName(value)
        
        Gets the name of the cell.
      • getActionType : int 

        int getActionType()
        
        Gets the action type of the revision. The value of the property is RevisionActionType integer constant.
      • isOldComment : boolean 

        boolean isOldComment()
        
        Indicates whether it's an old comment.
      • getOldLength : int 

        int getOldLength()
        
        Gets Length of the comment text added in this revision.
      • getNewLength : int 

        int getNewLength()
        
        Gets Length of the comment before this revision was made.
      • getId : int 

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