IWorkbookSession.GetWorkbookConnections Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the names of the embedded connections.
[System.Runtime.InteropServices.ComVisible(false)]
public string[] GetWorkbookConnections ();
[<System.Runtime.InteropServices.ComVisible(false)>]
abstract member GetWorkbookConnections : unit -> string[]
Public Function GetWorkbookConnections () As String()
Returns
- String[]
The names of the embedded connections.
- Attributes