Spread Windows Forms 12.0 Product Documentation
HasFormula Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IRange Interface : HasFormula Property
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
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.
See Also

Reference

IRange Interface
IRange Members