SpreadsheetGear 2017
Text Property (IFormatCondition)






SpreadsheetGear Namespace > IFormatCondition Interface : Text Property
Returns the comparison text for this conditional format.
Syntax
'Declaration
 
ReadOnly Property Text As System.String
'Usage
 
Dim instance As IFormatCondition
Dim value As System.String
 
value = instance.Text
System.string Text {get;}
read-only property Text: System.String; 
function get Text : System.String
__property System.string* get_Text();
property System.String^ Text {
   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

IFormatCondition Interface
IFormatCondition Members