aspose.cells

Class RevisionCellComment

Represents a revision record of a cell comment change.

Property Getters/Setters Summary
functiongetActionType()
Gets the action type of the revision. The value of the property is RevisionActionType integer constant.
functiongetCellName()
function
           Gets the name of the cell.
functiongetColumn()
Gets the column index of the which contains a comment.
functiongetId()
Gets the number of this revision.
functionisOldComment()
Indicates whether it's an old comment.
functiongetNewLength()
Gets Length of the comment before this revision was made.
functiongetOldLength()
Gets Length of the comment text added in this revision.
functiongetRow()
Gets the row index of the which contains a comment.
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.
      • getRow : Number 

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

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

        function getCellName() / function setCellName(value)
        
        Gets the name of the cell.
      • getActionType : Number 

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

        function isOldComment()
        
        Indicates whether it's an old comment.
      • getOldLength : Number 

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

        function getNewLength()
        
        Gets Length of the comment before this revision was made.
      • 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.