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

In This Topic
    Select(CellRange,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub Select( _
       ByVal rng As CellRange, _
       ByVal scrollIntoView As Boolean _
    ) 
    public void Select( 
       CellRange rng,
       bool scrollIntoView
    )

    Parameters

    rng
    scrollIntoView
    See Also