Spread Silverlight Documentation
IsFormula Property (IExcelConditionalFormatValueObject)


GrapeCity.Excel Namespace > IExcelConditionalFormatValueObject Interface : IsFormula Property
Flag indicate whether the Value is formula or not.
Syntax
'Declaration
 
Property IsFormula As System.Boolean
'Usage
 
Dim instance As IExcelConditionalFormatValueObject
Dim value As System.Boolean
 
instance.IsFormula = value
 
value = instance.IsFormula
System.bool IsFormula {get; set;}

Property Value

true if this value is formula; otherwise, false.
See Also

Reference

IExcelConditionalFormatValueObject Interface
IExcelConditionalFormatValueObject Members