Trendline.Order Property

Returns or sets a Integer value that represents the trendline order (an integer greater than 1) when the trendline’s Type is xlPolynomial.

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

Syntax

'Declaration
Property Order As Integer
    Get
    Set
'Usage
Dim instance As Trendline
Dim value As Integer

value = instance.Order

instance.Order = value
int Order { get; set; }

Property Value

Type: System.Int32
Integer

See Also

Reference

Trendline Interface

Trendline Members

Microsoft.Office.Interop.Word Namespace