ConnectorFormat.BeginConnected Property
Excel Developer Reference |
True if the beginning of the specified connector is connected to a shape. Read-only MsoTriState.
Syntax
expression.BeginConnected
expression A variable that represents a ConnectorFormat object.
Remarks
MsoTriState can be one of these MsoTriState constants. |
msoCTrue |
msoFalse |
msoTriStateMixed |
msoTriStateToggle |
msoTrue. The beginning of the specified connector is connected to a shape. |
Example
If shape three on myDocument
is a connector whose beginning is connected to a shape, this example stores the connection site number in the variable oldBeginConnSite
, stores a reference to the connected shape in the object variable oldBeginConnShape
, and then disconnects the beginning of the connector from the shape.
Visual Basic for Applications |
---|
|
See Also