ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _JsonElementUtility Class / _getAt Method

In This Topic
    _getAt Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function _getAt( _
       ByVal json As JsonElement, _
       ByVal index As Integer _
    ) As JsonElement
    public static JsonElement _getAt( 
       JsonElement json,
       int index
    )

    Parameters

    json
    index
    See Also