SpreadsheetGear 2017
Operator Property (IValidation)






SpreadsheetGear Namespace > IValidation Interface : Operator Property
Returns the ValidationOperator.
Syntax
'Declaration
 
ReadOnly Property Operator As ValidationOperator
'Usage
 
Dim instance As IValidation
Dim value As ValidationOperator
 
value = instance.Operator
ValidationOperator Operator {get;}
read-only property Operator: ValidationOperator; 
function get Operator : ValidationOperator
__property ValidationOperator get_Operator();
property ValidationOperator Operator {
   ValidationOperator 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