Partager via


ColorFormat.Type Property

Returns or sets the callout format type.

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

Syntax

'Declaration
ReadOnly Property Type As MsoColorType
    Get
'Usage
Dim instance As ColorFormat
Dim value As MsoColorType

value = instance.Type
MsoColorType Type { get; }

Property Value

Type: Microsoft.Office.Core.MsoColorType

Remarks

MsoCalloutType can be one of these MsoCalloutType constants.

msoCalloutFour

msoCalloutMixed

msoCalloutOne

msoCalloutThree

msoCalloutTwo

See Also

Reference

ColorFormat Interface

ColorFormat Members

Microsoft.Office.Interop.Excel Namespace