asposecells.api

Class RevisionFormat

Represents a revision record of information about a formatting change.

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

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

        Style getStyle()
        
        Gets the applied style.
      • getId : int 

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