Diagram.AutoFormat Eigenschaft

Definition

Legt eine Konstante fest, die den automatischen Formatierungszustand für ein Diagramm angibt, oder gibt diese zurück.

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

Eigenschaftswert

Hinweise

Wenn AutoFormat auf msoFalse festgelegt wird, wird die automatische Formatierung für das Diagramm deaktiviert. Wenn AutoFormat auf msoTrue festgelegt wird, wird die automatische Formatierung für das Diagramm aktiviert.

Die folgenden MsoTriState-Konstanten , die nicht für diese Eigenschaft gelten sollen: msoCTrue, msoTriStateMixed, msoTriStateToggle.

Gilt für: