Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / BetweenValuesConditionalFormattingRule Class / SecondFormula Property


In This Topic
    SecondFormula Property
    In This Topic
    Gets or sets the second formula.
    Syntax
    'Declaration
     
    
    Public Property SecondFormula As String
    'Usage
     
    
    Dim instance As BetweenValuesConditionalFormattingRule
    Dim value As String
     
    instance.SecondFormula = value
     
    value = instance.SecondFormula
    public string SecondFormula {get; set;}

    Property Value

    The second formula.
    See Also