SpreadsheetGear 2017
Formula2 Property (IValidation)






SpreadsheetGear Namespace > IValidation Interface : Formula2 Property
Returns the second validation formula.
Syntax
'Declaration
 
ReadOnly Property Formula2 As System.String
'Usage
 
Dim instance As IValidation
Dim value As System.String
 
value = instance.Formula2
System.string Formula2 {get;}
read-only property Formula2: System.String; 
function get Formula2 : System.String
__property System.string* get_Formula2();
property System.String^ Formula2 {
   System.String^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IValidation Interface
IValidation Members