Trendline.NameIsAuto Property
true if Microsoft PowerPoint automatically determines the name of the trendline. Read/write Boolean value.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.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