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