Edit

Share via


CalloutFormat.Type Property

Definition

Returns or sets the callout format type.

public:
 property Microsoft::Office::Core::MsoCalloutType Type { Microsoft::Office::Core::MsoCalloutType get(); void set(Microsoft::Office::Core::MsoCalloutType value); };
public Microsoft.Office.Core.MsoCalloutType Type { get; set; }
Public Property Type As MsoCalloutType

Property Value

Remarks

MsoCalloutType can be one of these MsoCalloutType constants:

msoCalloutFour

msoCalloutMixed

msoCalloutOne

msoCalloutThree

msoCalloutTwo

Applies to