Determines whether the range contains a given cell.
            
            
            
            
            
            
            
            '宣言
 
Public Function Contains( _
   ByVal  As System.Integer, _
   ByVal  As System.Integer _
) As System.Boolean
             
        
            
            public System.bool Contains( 
   System.int ,
   System.int 
)
             
        
             
        
            パラメータ
- row
 
- Index of the row to check.
 - col
 
- Index of the column to check.
 
            
            戻り値の型
True if the range contains the cell, False otherwise.