Trendline.Forward2 Property
Returns or sets the number of periods (or units on a scatter chart) that the trendline extends forward. Read/write double-precision floating-point number.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.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