Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFormatCondition Interface / Formula2 Property


In This Topic
    Formula2 Property (IFormatCondition)
    In This Topic
    Returns the value or expression associated with the second part of a conditional format or data validation.
    Syntax
    'Declaration
     
    
    ReadOnly Property Formula2 As String
    'Usage
     
    
    Dim instance As IFormatCondition
    Dim value As String
     
    value = instance.Formula2
    string Formula2 {get;}

    Property Value

    The value or expression associated with the second part of a conditional format.
    Remarks
    Because Formula2 property is also used for primitive value, the formula must start with "=".
    See Also