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


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

    Property Value

    The first formula.
    Example
    This example specifies the values using formulas.
    See Also