GetMergedRange(C1FlexGrid,CellType,CellRange) Method
 
            
                In This Topic
            
            Gets a 
CellRange that specifies the merged extent of a cell in a 
GridPanel.
 
            
            
            Syntax
            
        
            Parameters
- grid
 
- C1FlexGrid that contains the merged cell.
 - cellType
 
- CellType that specifies the type of the merged cell.
 - rng
 
- A CellRange that specifies the coordinates of the cell to be merged.
 
            
            Return Value
A 
CellRange that expands the given  over a merged range.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also