QueryTable Class
QueryTable class
Represents QueryTable information.
type QueryTable struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetConnectionId | Gets the connection id of the query table. |
GetExternalConnection | Gets the relate external connection. |
GetName | Gets the name of querytable. |
GetResultRange | Gets the range of the result. |
GetPreserveFormatting | Returns or sets the PreserveFormatting of the object. |
SetPreserveFormatting | Returns or sets the PreserveFormatting of the object. |
GetAdjustColumnWidth | Returns or sets the AdjustColumnWidth of the object. |
SetAdjustColumnWidth | Returns or sets the AdjustColumnWidth of the object. |