All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aspose.cells.QueryTable.html Maven / Gradle / Ivy

There is a newer version: 23.1
Show newest version





QueryTable




com.aspose.cells
Class QueryTable

java.lang.Object
    extended by com.aspose.cells.QueryTable

public class QueryTable 
extends java.lang.Object

Represents QueryTable information.


Property Getters/Setters Summary
booleangetAdjustColumnWidth()
voidsetAdjustColumnWidth(boolean)
           Returns or sets the AdjustColumnWidth of the object.
intgetConnectionId()
           Gets the connection id of the query table.
ExternalConnectiongetExternalConnection()
           Gets the relate external connection.
java.lang.StringgetName()
           Gets the name of querytable.
booleangetPreserveFormatting()
voidsetPreserveFormatting(boolean)
           Returns or sets the PreserveFormatting of the object.
RangegetResultRange()
           Gets the range of the result.
 

Property Getters/Setters Detail

getConnectionId

public int getConnectionId()
Gets the connection id of the query table.

getExternalConnection

public ExternalConnection getExternalConnection()
Gets the relate external connection.

getName

public java.lang.String getName()
Gets the name of querytable.

getResultRange

public Range getResultRange()
Gets the range of the result.
Returns:

getPreserveFormatting/setPreserveFormatting

public boolean getPreserveFormatting() / public void setPreserveFormatting(boolean value)
Returns or sets the PreserveFormatting of the object.

setPreserveFormatting

public void setPreserveFormatting(boolean value)
Returns or sets the PreserveFormatting of the object.

getAdjustColumnWidth/setAdjustColumnWidth

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

setAdjustColumnWidth

public void setAdjustColumnWidth(boolean value)
Returns or sets the AdjustColumnWidth of the object.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy