Share via


DataLabel.AutoText Property

True if the object automatically generates appropriate text based on context. Read/write Boolean.

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

Syntax

'Declaration
Property AutoText As Boolean
    Get
    Set
'Usage
Dim instance As DataLabel
Dim value As Boolean

value = instance.AutoText

instance.AutoText = value
bool AutoText { get; set; }

Property Value

Type: System.Boolean
Boolean

See Also

Reference

DataLabel Interface

DataLabel Members

Microsoft.Office.Interop.Word Namespace