Returns the merged range of cells that includes a given cell.
            
            
            
            
            
            
            
            '宣言
 
Public Overloads Function GetMergedRange( _
   ByVal  As System.Integer, _
   ByVal  As System.Integer _
) As CellRange
             
        
            
            public CellRange GetMergedRange( 
   System.int ,
   System.int 
)
             
        
             
        
            パラメータ
- row
 
- Row index.
 - col
 
- Column index.
 
            
            戻り値の型
A 
CellRange object that contains the given cell.