SpreadsheetGear 2017
Formula1 Property (IValidation)






SpreadsheetGear Namespace > IValidation Interface : Formula1 Property
Returns the first validation formula.
Syntax
'Declaration
 
ReadOnly Property Formula1 As System.String
'Usage
 
Dim instance As IValidation
Dim value As System.String
 
value = instance.Formula1
System.string Formula1 {get;}
read-only property Formula1: System.String; 
function get Formula1 : System.String
__property System.string* get_Formula1();
property System.String^ Formula1 {
   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