SpreadsheetGear 2017
Operator Property (IFormatCondition)






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

IFormatCondition Interface
IFormatCondition Members