Share via


Trendline.Type Property

Returns or sets the trendline type.

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

Syntax

'Declaration
Property Type As XlTrendlineType
    Get
    Set
'Usage
Dim instance As Trendline
Dim value As XlTrendlineType

value = instance.Type

instance.Type = value
XlTrendlineType Type { get; set; }

Property Value

Type: Microsoft.Office.Interop.Excel.XlTrendlineType

See Also

Reference

Trendline Interface

Trendline Members

Microsoft.Office.Interop.Excel Namespace