ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Bidi Namespace / Helper Class / UpdateMap Method
The index of the removed character.
The list of map entries to update.

In This Topic
    UpdateMap Method
    In This Topic
    Allows the map to update all entries affected when a character is removed.
    Syntax
    'Declaration
     
    Public Shared Sub UpdateMap( _
       ByVal indexRemoved As Integer, _
       ByVal map As IList(Of MapEntry) _
    ) 
    public static void UpdateMap( 
       int indexRemoved,
       IList<MapEntry> map
    )

    Parameters

    indexRemoved
    The index of the removed character.
    map
    The list of map entries to update.
    See Also