'Declaration
ReadOnly Property HasFormula As Nullable(Of Boolean)
'Usage
Dim instance As IRange Dim value As Nullable(Of Boolean) value = instance.HasFormula
Nullable<bool> HasFormula {get;}
Property Value
true
if all cells in the range contain formulas; false
if none of the cells in the range contains a formula; otherwise, null
.