Diagram.AutoFormat Property

Sets or returns a MsoTriState constant specifying the automatic formatting state for a diagram.

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

Syntax

'Declaration
Property AutoFormat As MsoTriState
    Get
    Set
'Usage
Dim instance As Diagram
Dim value As MsoTriState

value = instance.AutoFormat

instance.AutoFormat = value
MsoTriState AutoFormat { get; set; }

Property Value

Type: MsoTriState

See Also

Reference

Diagram Interface

Diagram Members

Microsoft.Office.Interop.Word Namespace