Spread WPF 17
GrapeCity.Excel Namespace / ExcelDataValidation Class / SecondFormula Property


In This Topic
    SecondFormula Property (ExcelDataValidation)
    In This Topic
    Gets or sets the second formula in the data validation dropdown. It is used as a bounds for 'between' and 'notBetween' relational operators only.
    Syntax
    'Declaration
     
    Public Property SecondFormula As String
    'Usage
     
    Dim instance As ExcelDataValidation
    Dim value As String
     
    instance.SecondFormula = value
     
    value = instance.SecondFormula
    public string SecondFormula {get; set;}

    Property Value

    The second formula.
    See Also