Trendline.Backward2 Property

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

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

Syntax

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

value = instance.Backward2

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

Property Value

Type: System.Double
Double

See Also

Reference

Trendline Interface

Trendline Members

Microsoft.Office.Interop.Word Namespace