Share via


ConnectorFormat.Type Property

Returns or sets the connector format type.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property Type As MsoConnectorType
    Get
    Set
'Usage
Dim instance As ConnectorFormat
Dim value As MsoConnectorType

value = instance.Type

instance.Type = value
MsoConnectorType Type { get; set; }

Property Value

Type: Microsoft.Office.Core.MsoConnectorType

Remarks

MsoConnectorType can be one of the following MsoConnectorType constants:

msoConnectorCurve

msoConnectorElbow

msoConnectorStraight

msoConnectorTypeMixed

See Also

Reference

ConnectorFormat Interface

ConnectorFormat Members

Microsoft.Office.Interop.Excel Namespace