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


NavigateTo(Int32,String) Method
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)

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