SpreadsheetGear 2017
Formula Property (IIconSetCondition)






SpreadsheetGear Namespace > IIconSetCondition Interface : Formula Property
Gets or sets a formula which can be used to limit the values that this conditional format is applied to.
Syntax
'Declaration
 
Property Formula As System.String
'Usage
 
Dim instance As IIconSetCondition
Dim value As System.String
 
instance.Formula = value
 
value = instance.Formula
System.string Formula {get; set;}
read-write property Formula: System.String; 
function get,set Formula : System.String
__property System.string* get_Formula();
__property void set_Formula( 
   System.string* value
);
property System.String^ Formula {
   System.String^ get();
   void set (    System.String^ value);
}
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

IIconSetCondition Interface
IIconSetCondition Members