aspose.cells

Class RevisionQueryTable

Represents a revision of a query table field change.

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

        function getCellArea()
        
        Gets the location of the affected query table.
      • getFieldId : Number 

        function getFieldId()
        
        Gets ID of the specific query table field that was removed.
      • 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.