Trendline.NameIsAuto Property
True if Microsoft Word automatically determines the name of the trendline. Read/write Boolean.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property NameIsAuto As Boolean
Get
Set
'Usage
Dim instance As Trendline
Dim value As Boolean
value = instance.NameIsAuto
instance.NameIsAuto = value
bool NameIsAuto { get; set; }
Property Value
Type: System.Boolean
Boolean
Examples
This example sets Microsoft Word to automatically determine the name for trendline one of the first chart in the active document. The example should be run on a 2-D column chart that contains a single series with a trendline.