Spread WPF 17
GrapeCity.Excel Namespace / IExcelDataValidation Interface / SecondFormula Property


In This Topic
    SecondFormula Property (IExcelDataValidation)
    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
     
    Property SecondFormula As String
    'Usage
     
    Dim instance As IExcelDataValidation
    Dim value As String
     
    instance.SecondFormula = value
     
    value = instance.SecondFormula
    string SecondFormula {get; set;}

    Property Value

    The second formula.
    See Also