Spread WinForms 15
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

Property Value

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