<
OLAP for WPF and Silverlight | ComponentOne
C1.Silverlight.Olap Namespace / C1OlapGrid Class / GetMergedRange(C1FlexGrid,CellType,CellRange) Method

In This Topic
    GetMergedRange(C1FlexGrid,CellType,CellRange) Method
    In This Topic
    This method is for internal use.
    Syntax
    'Declaration
     
    Public Function GetMergedRange( _
       ByVal grid As C1FlexGrid, _
       ByVal cellType As CellType, _
       ByVal range As CellRange _
    ) As CellRange
    public CellRange GetMergedRange( 
       C1FlexGrid grid,
       CellType cellType,
       CellRange range
    )

    Parameters

    grid
    cellType
    range
    See Also