ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Bidi Namespace / Helper Class / GetSplitRanges Method
The array of CharType.

In This Topic
    GetSplitRanges Method
    In This Topic
    Creates a collection of ranges with common levels.
    Syntax
    'Declaration
     
    Public Shared Function GetSplitRanges( _
       ByVal types() As CharType _
    ) As List(Of MapEntry)
    public static List<MapEntry> GetSplitRanges( 
       CharType[] types
    )

    Parameters

    types
    The array of CharType.

    Return Value

    A list of MapEntry representing the ranges.
    See Also