'Declaration Property Intercept As Nullable(Of Double)
'Usage Dim instance As IExcelTrendLine Dim value As Nullable(Of Double) instance.Intercept = value value = instance.Intercept
Nullable<double> Intercept {get; set;}
'Declaration Property Intercept As Nullable(Of Double)
'Usage Dim instance As IExcelTrendLine Dim value As Nullable(Of Double) instance.Intercept = value value = instance.Intercept
Nullable<double> Intercept {get; set;}