ConnectorFormat.BeginConnectedShape Property

Definition

Returns a Shape object that represents the shape that the beginning of the specified connector is attached to.

public:
 property Microsoft::Office::Interop::Excel::Shape ^ BeginConnectedShape { Microsoft::Office::Interop::Excel::Shape ^ get(); };
public Microsoft.Office.Interop.Excel.Shape BeginConnectedShape { get; }
Public ReadOnly Property BeginConnectedShape As Shape

Property Value

Remarks

If the beginning of the specified connector isn’t attached to a shape, this property generates an error.

Applies to