Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / BuiltInDataValidation Class / Formula2 Property


In This Topic
    Formula2 Property (BuiltInDataValidation)
    In This Topic
    Gets or sets the value or formula associated with the second part of a data validation.
    Syntax
    'Declaration
     
    
    Public Property Formula2 As String
    'Usage
     
    
    Dim instance As BuiltInDataValidation
    Dim value As String
     
    instance.Formula2 = value
     
    value = instance.Formula2
    public string Formula2 {get; set;}

    Property Value

    A string value represents the value or formula associated with the second part of a data validation.
    See Also