<
OLAP for WPF and Silverlight | ComponentOne
C1.WPF.Olap Namespace / C1OlapGrid Class / ScrollIntoView Method

In This Topic
    ScrollIntoView Method (C1OlapGrid)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub ScrollIntoView( _
       ByVal row As Integer, _
       ByVal col As Integer _
    ) 
    public void ScrollIntoView( 
       int row,
       int col
    )

    Parameters

    row
    col
    See Also