java.lang.Objectcom.aspose.cells.QueryTable
public class QueryTable
Property Getters/Setters Summary | ||
---|---|---|
boolean | getAdjustColumnWidth() | |
void | setAdjustColumnWidth(boolean value) | |
Returns or sets the AdjustColumnWidth of the object. | ||
int | getConnectionId() | |
Gets the connection id of the query table. | ||
java.lang.String | getName() | |
Gets the name of querytable. | ||
boolean | getPreserveFormatting() | |
void | setPreserveFormatting(boolean value) | |
Returns or sets the PreserveFormatting of the object. |
Property Getters/Setters Detail |
---|
getConnectionId | |
public int getConnectionId() |
getName | |
public java.lang.String getName() |
getPreserveFormatting/setPreserveFormatting | |
public boolean getPreserveFormatting() / public void setPreserveFormatting(boolean value) |
getAdjustColumnWidth/setAdjustColumnWidth | |
public boolean getAdjustColumnWidth() / public void setAdjustColumnWidth(boolean value) |