SpreadsheetGear 2017
ModifyAppliesToRange Method (IFormatCondition)






SpreadsheetGear Namespace > IFormatCondition Interface : ModifyAppliesToRange Method
Specifies the new range for this conditional format.
Sets the range that this conditional format applies to.
Syntax
'Declaration
 
Sub ModifyAppliesToRange( _
   ByVal range As IRange _
) 
'Usage
 
Dim instance As IFormatCondition
Dim range As IRange
 
instance.ModifyAppliesToRange(range)
void ModifyAppliesToRange( 
   IRange range
)
procedure ModifyAppliesToRange( 
    range: IRange
); 
function ModifyAppliesToRange( 
   range : IRange
);
void ModifyAppliesToRange( 
   IRange* range
) 
void ModifyAppliesToRange( 
   IRange^ range
) 

Parameters

range
Specifies the new range for this conditional format.
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