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


In This Topic
    Formula1 Property (IFormatCondition)
    In This Topic
    Returns the value or expression associated with the conditional format or data validation. Can be a constant value, a string value, a cell reference, or a formula.
    Syntax
    'Declaration
     
    
    ReadOnly Property Formula1 As String
    'Usage
     
    
    Dim instance As IFormatCondition
    Dim value As String
     
    value = instance.Formula1
    string Formula1 {get;}

    Property Value

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