QueryTable
Contents
[
Hide
]QueryTable class
Represents QueryTable information.
Properties
| Name | Type | Description |
|---|---|---|
| ConnectionId | Number | Gets the connection id of the query table. |
| ExternalConnection | ExternalConnection | Gets the relate external connection. |
| Name | String | Gets the name of querytable. |
| ResultRange | Range | Gets the range of the result. |
| PreserveFormatting | boolean | Returns or sets the PreserveFormatting of the object. |
| AdjustColumnWidth | boolean | Returns or sets the AdjustColumnWidth of the object. |
QueryTable.ConnectionId property
Gets the connection id of the query table.
Type: Number
QueryTable.ExternalConnection property
Gets the relate external connection.
Type: ExternalConnection
QueryTable.Name property
Gets the name of querytable.
Type: String
QueryTable.ResultRange property
Gets the range of the result.
Type: Range
QueryTable.PreserveFormatting property
Returns or sets the PreserveFormatting of the object.
Type: boolean
QueryTable.AdjustColumnWidth property
Returns or sets the AdjustColumnWidth of the object.
Type: boolean