ConnectorFormat.EndConnectedShape Property

Definition

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

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

Property Value

Remarks

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

Applies to