QueryTable Class

QueryTable class

Represents QueryTable information.


type QueryTable struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetConnectionIdGets the connection id of the query table.
GetExternalConnectionGets the relate external connection.
GetNameGets the name of querytable.
GetResultRangeGets the range of the result.
GetPreserveFormattingReturns or sets the PreserveFormatting of the object.
SetPreserveFormattingReturns or sets the PreserveFormatting of the object.
GetAdjustColumnWidthReturns or sets the AdjustColumnWidth of the object.
SetAdjustColumnWidthReturns or sets the AdjustColumnWidth of the object.