Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / EditingElement 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
    'Usage
     
    Dim instance As EditingElement
    Dim charIndex As Integer
    Dim direction As LogicalDirection
    Dim value As Integer
     
    value = instance.GetNextSpellingErrorCharacterIndex(charIndex, direction)
    public int GetNextSpellingErrorCharacterIndex( 
       int charIndex,
       LogicalDirection direction
    )

    Parameters

    charIndex
    direction
    See Also