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