GrapeCity.Xaml.Excel
IsFormula Property (IExcelConditionalFormatValueObject)


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

Property Value

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

Reference

IExcelConditionalFormatValueObject Interface
IExcelConditionalFormatValueObject Members