Share via


Trendline.Forward2 Property

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

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

Syntax

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

value = instance.Forward2

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

Property Value

Type: System.Double
Double

See Also

Reference

Trendline Interface

Trendline Members

Microsoft.Office.Interop.Word Namespace