QueryTable
Contents
[
Hide
]QueryTable class
Represents QueryTable information.
class QueryTable;
Properties
Property | Type | Description |
---|---|---|
connectionId | number | Readonly. Gets the connection id of the query table. |
externalConnection | ExternalConnection | Readonly. Gets the relate external connection. |
name | string | Readonly. Gets the name of querytable. |
resultRange | Range | Readonly. 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. |
connectionId
Readonly. Gets the connection id of the query table.
connectionId : number;
externalConnection
Readonly. Gets the relate external connection.
externalConnection : ExternalConnection;
name
Readonly. Gets the name of querytable.
name : string;
resultRange
Readonly. Gets the range of the result.
resultRange : Range;
preserveFormatting
Returns or sets the PreserveFormatting of the object.
preserveFormatting : boolean;
adjustColumnWidth
Returns or sets the AdjustColumnWidth of the object.
adjustColumnWidth : boolean;