Trendline.Forward Property

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

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

Syntax

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

value = instance.Forward

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

Property Value

Type: System.Double
Double

See Also

Reference

Trendline Interface

Trendline Members

Microsoft.Office.Interop.Word Namespace