ConnectorFormat.BeginConnectedShape Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.