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