Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / BetweenValuesConditionalFormattingRule Class / SecondFormula Property
Example


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.
    Example
    This example specifies the values using formulas.
    See Also