SpreadsheetGear 2017
AppliesTo Property (IFormatCondition)






SpreadsheetGear Namespace > IFormatCondition Interface : AppliesTo Property
Returns an instance of IRange which represents the range that this conditional format applies to.
Syntax
'Declaration
 
ReadOnly Property AppliesTo As IRange
'Usage
 
Dim instance As IFormatCondition
Dim value As IRange
 
value = instance.AppliesTo
IRange AppliesTo {get;}
read-only property AppliesTo: IRange; 
function get AppliesTo : IRange
__property IRange* get_AppliesTo();
property IRange^ AppliesTo {
   IRange^ 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