ConnectorFormat.BeginConnected Property
True if the beginning 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 BeginConnected As MsoTriState
Get
'Usage
Dim instance As ConnectorFormat
Dim value As MsoTriState
value = instance.BeginConnected
MsoTriState BeginConnected { get; }
Property Value
Type: Microsoft.Office.Core.MsoTriState
Remarks
MsoTriState can be one of the following MsoTriState constants:
msoCTrue
msoFalse
msoTriStateMixed
msoTriStateToggle
msoTrue The beginning of the specified connector is connected to a shape.