Spread Windows Forms 12.0 Product Documentation
Formula2 Property (IValidation)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IValidation Interface : Formula2 Property
Gets the value or expression associated with the second part of a conditional format or data validation.
Syntax
'Declaration
 
ReadOnly Property Formula2 As String
'Usage
 
Dim instance As IValidation
Dim value As String
 
value = instance.Formula2
string Formula2 {get;}

Property Value

A string value represents a constant value, a string value, a cell reference, or a formula.
Remarks
Because Formula2 property is also used for primitive value, the formula must start with "=".
See Also

Reference

IValidation Interface
IValidation Members