Trendline.Backward Property

Returns or sets the number of periods (or units on a scatter chart) that the trendline extends backward.

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

Syntax

'Declaration
Property Backward As Double
    Get
    Set
'Usage
Dim instance As Trendline
Dim value As Double

value = instance.Backward

instance.Backward = value
double Backward { get; set; }

Property Value

Type: System.Double
Double

See Also

Reference

Trendline Interface

Trendline Members

Microsoft.Office.Interop.Word Namespace