Nevron .NET Vision
Nevron.Chart Namespace / NDataSeriesGrid Class / NavigateTo(Int32,String) Method


In This Topic
    NavigateTo(Int32,String) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub NavigateTo( _
       ByVal rowNumber As System.Integer, _
       ByVal relationName As System.String _
    ) 
    'Usage
     
    
    Dim instance As NDataSeriesGrid
    Dim rowNumber As System.Integer
    Dim relationName As System.String
     
    instance.NavigateTo(rowNumber, relationName)
    public void NavigateTo( 
       System.int rowNumber,
       System.string relationName
    )

    Parameters

    rowNumber
    relationName
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also