SpreadsheetGear 2017
TextOperator Property (IFormatCondition)






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