GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / HasFormula Property


In This Topic
HasFormula Property
In This Topic
Gets a value indicating whether all cells in the range contain formulas.
Syntax
'Declaration
 
ReadOnly Property HasFormula As Nullable(Of Boolean)
 
'Usage
 
Dim instance As IRange
Dim value As Nullable(Of Boolean)
 
value = instance.HasFormula

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.
See Also