Determines whether this style should be applied to a given value.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Function AppliesTo( _
   ByVal  As System.Double, _
   ByVal  As System.Double, _
   ByVal  As System.Double _
) As System.Boolean
             
        
            
            public System.bool AppliesTo( 
   System.double ,
   System.double ,
   System.double 
)
             
        
             
        
            パラメータ
- 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.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照