Share via


Shape.ConnectorFormat Property 

Returns a ConnectorFormat object that contains connector formatting properties. Applies to Shape objects that represent connectors. Read-only.

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)

Usage

Dim shape1 As Shape

Dim returnValue As ConnectorFormat
returnValue = shape1.ConnectorFormat

Syntax

ReadOnly Property ConnectorFormat() As ConnectorFormat
ConnectorFormat ConnectorFormat {get;}
property ConnectorFormat^ ConnectorFormat{
    ConnectorFormat^ get();
}
public ConnectorFormat get_ConnectorFormat();
function get ConnectorFormat() : ConnectorFormat;

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Shape Interface
Microsoft.Office.Interop.Excel Namespace

Other Resources

Shape Members