IMsoTrendline.Forward Property
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property Forward As Double
Get
Set
'Usage
Dim instance As IMsoTrendline
Dim value As Double
value = instance.Forward
instance.Forward = value
double Forward { get; set; }
Property Value
Type: System.Double