ConnectorFormat.EndConnected Property
msoTrue if the end of the specified connector is connected to a shape.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property EndConnected As MsoTriState
Get
'Usage
Dim instance As ConnectorFormat
Dim value As MsoTriState
value = instance.EndConnected
MsoTriState EndConnected { get; }
Property Value
Type: Microsoft.Office.Core.MsoTriState
Remarks
MsoTriState can be one of the following MsoTriState constants:
msoFalse The end of the specified connector is not connected to a shape.
msoTrue The end of the specified connector is connected to a shape.