Trendline.InterceptIsAuto Property
True if the point where the trendline crosses the value axis is automatically determined by the regression.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property InterceptIsAuto As Boolean
Get
Set
'Usage
Dim instance As Trendline
Dim value As Boolean
value = instance.InterceptIsAuto
instance.InterceptIsAuto = value
bool InterceptIsAuto { get; set; }
Property Value
Type: System.Boolean
Remarks
Setting the Intercept property sets this property to False.