IConnectorFormat.BeginConnect Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub BeginConnect ( _
ConnectedShape As Shape, _
ConnectionSite As Integer _
)
'Usage
Dim instance As IConnectorFormat
Dim ConnectedShape As Shape
Dim ConnectionSite As Integer
instance.BeginConnect(ConnectedShape, _
ConnectionSite)
void BeginConnect(
Shape ConnectedShape,
int ConnectionSite
)
Parameters
- ConnectedShape
Type: Microsoft.Office.Interop.Excel.Shape
- ConnectionSite
Type: System.Int32