aspose.cells

Class RevisionAutoFormat

represents a revision record of information about a formatting change.

Property Getters/Setters Summary
functiongetCellArea()
Gets the location where the formatting was applied.
functiongetId()
Gets the number of this revision.
functiongetType()
Gets the type of the 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 the revision. The value of the property is RevisionType integer constant.
      • getCellArea : CellArea 

        function getCellArea()
        
        Gets the location where the formatting was applied.
      • 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.