asposecells.api

Class RevisionAutoFormat

represents a revision record of information about a formatting change.

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

        CellArea getCellArea()
        
        Gets the location where the formatting was applied.
      • getId : int 

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