ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker Namespace / CharRangeList Class / RemoveRange Method

In This Topic
    RemoveRange Method (CharRangeList)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub RemoveRange( _
       ByVal index As System.Integer, _
       ByVal count As System.Integer _
    ) 
    public void RemoveRange( 
       System.int index,
       System.int count
    )

    Parameters

    index
    count
    See Also