QueryTable
Contents
[
Hide
]QueryTable class
Represents QueryTable information.
class QueryTable;
Properties
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;
