Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / FormulaTextBox Class / GetNextSpellingErrorPosition Method


In This Topic
    GetNextSpellingErrorPosition Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function GetNextSpellingErrorPosition( _
       ByVal position As TextPointer, _
       ByVal direction As LogicalDirection _
    ) As TextPointer
    'Usage
     
    Dim instance As FormulaTextBox
    Dim position As TextPointer
    Dim direction As LogicalDirection
    Dim value As TextPointer
     
    value = instance.GetNextSpellingErrorPosition(position, direction)
    public TextPointer GetNextSpellingErrorPosition( 
       TextPointer position,
       LogicalDirection direction
    )

    Parameters

    position
    direction
    See Also