aspose.cells

Class RevisionFormat

Represents a revision record of information about a formatting change.

Property Getters/Setters Summary
functiongetAreas()
The range to which this formatting was applied.
functiongetId()
Gets the number of this revision.
functiongetStyle()
Gets the applied style.
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.
      • getAreas : CellArea[] 

        function getAreas()
        
        The range to which this formatting was applied.
      • getStyle : Style 

        function getStyle()
        
        Gets the applied style.
      • 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.