Nullable<bool> HasFormula {get;}
'Declaration ReadOnly Property HasFormula As Nullable(Of Boolean)
'Declaration
ReadOnly Property HasFormula As Nullable(Of Boolean)
'Usage Dim instance As IRange Dim value As Nullable(Of Boolean) value = instance.HasFormula
'Usage
Dim instance As IRange Dim value As Nullable(Of Boolean) value = instance.HasFormula
true
false
null
IRange Interface IRange Members