asposecells.api

Class QueryTable

Represents QueryTable information.

Property Getters/Setters Summary
methodgetAdjustColumnWidth()
method
           Returns or sets the AdjustColumnWidth of the object.
methodgetConnectionId()
Gets the connection id of the query table.
methodgetExternalConnection()
Gets the relate external connection.
methodgetName()
Gets the name of querytable.
methodgetPreserveFormatting()
method
           Returns or sets the PreserveFormatting of the object.
methodgetResultRange()
Gets the range of the result.
 

    • Property Getters/Setters Detail

      • getConnectionId : int 

        int getConnectionId()
        
        Gets the connection id of the query table.
      • getName : String 

        String getName()
        
        Gets the name of querytable.
      • getResultRange : Range 

        Range getResultRange()
        
        Gets the range of the result.
        Returns:
      • getPreserveFormatting/setPreserveFormatting : boolean 

        boolean getPreserveFormatting() / setPreserveFormatting(value)
        
        Returns or sets the PreserveFormatting of the object.
      • getAdjustColumnWidth/setAdjustColumnWidth : boolean 

        boolean getAdjustColumnWidth() / setAdjustColumnWidth(value)
        
        Returns or sets the AdjustColumnWidth of the object.