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


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

    Property Value

    A string value represents the value or formula associated with the data validation.
    See Also