CalloutFormat.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
Property Type As MsoCalloutType
Get
Set
'Usage
Dim instance As CalloutFormat
Dim value As MsoCalloutType
value = instance.Type
instance.Type = value
MsoCalloutType Type { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoCalloutType
Remarks
MsoCalloutType can be one of these MsoCalloutType constants:
msoCalloutFour
msoCalloutMixed
msoCalloutOne
msoCalloutThree
msoCalloutTwo