CalloutFormat.PresetDrop(MsoCalloutDropType) Methode

Definition

Legt fest, ob die Legendenlinie am oberen Rand, am unteren Rand oder in der Mitte des Textfelds der Legende angefügt wird oder an einem Punkt, der in einem angegebenen Abstand vom oberen bzw. unteren Rand des Textfelds liegt.

public:
 void PresetDrop(Microsoft::Office::Core::MsoCalloutDropType DropType);
public void PresetDrop (Microsoft.Office.Core.MsoCalloutDropType DropType);
Public Sub PresetDrop (DropType As MsoCalloutDropType)

Parameter

DropType
MsoCalloutDropType

Erforderlich Microsoft.Office.Interop.Office.MsoCalloutDropType. Die Anfangsposition der Legendenlinie relativ zu dem Begrenzungsfeld des Texts. Dies kann eine der folgenden MsoCalloutDropType constants:msoCalloutDropBottommsoCalloutDropCentermsoCalloutDropCustom Sein, wenn Sie msoCalloutDropCustom für dieses Argument angeben, führt dazu, dass Ihr Code fehlschlägt. msoCalloutDropMixedmsoCalloutDropTop

Gilt für: