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 value)
           Returns or sets the AdjustColumnWidth of the object.
intgetConnectionId()
           Gets the connection id of the query table.
java.lang.StringgetName()
           Gets the name of querytable.
booleangetPreserveFormatting()
voidsetPreserveFormatting(boolean value)
           Returns or sets the PreserveFormatting of the object.
 

Property Getters/Setters Detail

getConnectionId

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

getName

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

getPreserveFormatting/setPreserveFormatting

public boolean getPreserveFormatting() / 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.

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