LightSwitch HTML Edition
AppliesTo Method






Value to test for.
Lower value of the value range to use with conditional formatting.
Upper value of the value range to use with conditional formatting.
Determines whether this style should be applied to a given value.
Syntax
'Declaration
 
Public Function AppliesTo( _
   ByVal value As System.Double, _
   ByVal min As System.Double, _
   ByVal max As System.Double _
) As System.Boolean
'Usage
 
Dim instance As C1OlapConditionalFieldStyle
Dim value As System.Double
Dim min As System.Double
Dim max As System.Double
Dim value As System.Boolean
 
value = instance.AppliesTo(value, min, max)
public System.bool AppliesTo( 
   System.double value,
   System.double min,
   System.double max
)
public function AppliesTo( 
    value: System.Double;
    min: System.Double;
    max: System.Double
): System.Boolean; 
public function AppliesTo( 
   value : System.double,
   min : System.double,
   max : System.double
) : System.boolean;
public: System.bool AppliesTo( 
   System.double value,
   System.double min,
   System.double max
) 
public:
System.bool AppliesTo( 
   System.double value,
   System.double min,
   System.double max
) 

Parameters

value
Value to test for.
min
Lower value of the value range to use with conditional formatting.
max
Upper value of the value range to use with conditional formatting.
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

C1OlapConditionalFieldStyle Class
C1OlapConditionalFieldStyle Members

Send Feedback