Share via


Trendline.NameIsAuto Property

True if Microsoft Excel automatically determines the name of the trendline.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.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

See Also

Reference

Trendline Interface

Trendline Members

Microsoft.Office.Interop.Excel Namespace