IMsoDataLabel.AutoText Property
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property AutoText As Boolean
Get
Set
'Usage
Dim instance As IMsoDataLabel
Dim value As Boolean
value = instance.AutoText
instance.AutoText = value
bool AutoText { get; set; }
Property Value
Type: System.Boolean