Spread WPF 17
GrapeCity.Excel Namespace / IExcelConditionalFormatValueObject Interface / IsFormula Property


In This Topic
    IsFormula Property (IExcelConditionalFormatValueObject)
    In This Topic
    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