XLCubed is now FluenceXL. The new wiki can be found here: https://help.fluencexl.com/

Difference between revisions of "XL3QueryTableSetConnectionString"

(Created page with 'Sets the connection string of a Query Table. ==Syntax== {{Code|XL3QueryTableGetConnectionString( SheetName, QueryTableName, ConnString )}} ==Parameters== {| class="wikitable" …')
 
(Updated syntax to use correct function name)
Line 3: Line 3:
 
==Syntax==
 
==Syntax==
  
{{Code|XL3QueryTableGetConnectionString( SheetName, QueryTableName, ConnString )}}
+
{{Code|XL3QueryTableSetConnectionString( SheetName, QueryTableName, ConnString )}}
  
 
==Parameters==
 
==Parameters==

Revision as of 15:04, 11 October 2010

Sets the connection string of a Query Table.

Syntax

XL3QueryTableSetConnectionString( SheetName, QueryTableName, ConnString )

Parameters

Parameter Description
SheetName Name of the worksheet where the Query Table is located
QueryTableName Name of the Query Table
ConnString The new connection string to set

See Also