FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexComboBox Class / GetNextSpellingErrorCharacterIndex Method

In This Topic
    GetNextSpellingErrorCharacterIndex Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function GetNextSpellingErrorCharacterIndex( _
       ByVal charIndex As Integer, _
       ByVal direction As LogicalDirection _
    ) As Integer
    public int GetNextSpellingErrorCharacterIndex( 
       int charIndex,
       LogicalDirection direction
    )

    Parameters

    charIndex
    direction
    See Also