SpreadsheetGear 2023
HasFormula Property (IValue)


SpreadsheetGear.Advanced.Cells Namespace > IValue Interface : HasFormula Property
Returns true if this cell contains a formula, or false if this cell does not contain a formula.
Syntax
'Declaration
 
ReadOnly Property HasFormula As System.Boolean
'Usage
 
Dim instance As IValue
Dim value As System.Boolean
 
value = instance.HasFormula
System.bool HasFormula {get;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IValue Interface
IValue Members
Formula Property
GetFormula Method
IValues Interface