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

In This Topic
    Select(Int32,Int32,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub Select( _
       ByVal row As Integer, _
       ByVal col As Integer, _
       ByVal scrollIntoView As Boolean _
    ) 
    public void Select( 
       int row,
       int col,
       bool scrollIntoView
    )

    Parameters

    row
    col
    scrollIntoView
    See Also