asposecells.api

Class RevisionQueryTable

Represents a revision of a query table field change.

Property Getters/Setters Summary
methodgetCellArea()
Gets the location of the affected query table.
methodgetFieldId()
Gets ID of the specific query table field that was removed.
methodgetId()
Gets the number of this revision.
methodgetType()
Represents 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()
        
        Represents the type of the revision. The value of the property is RevisionType integer constant.
      • getCellArea : CellArea 

        CellArea getCellArea()
        
        Gets the location of the affected query table.
      • getFieldId : int 

        int getFieldId()
        
        Gets ID of the specific query table field that was removed.
      • getId : int 

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