Spread WPF Documentation
GetNextSpellingErrorPosition Method


GrapeCity.Windows.SpreadSheet.UI Namespace > FormulaTextBox Class : GetNextSpellingErrorPosition Method
Syntax
'Declaration
 
Public Function GetNextSpellingErrorPosition( _
   ByVal position As System.Windows.Documents.TextPointer, _
   ByVal direction As System.Windows.Documents.LogicalDirection _
) As System.Windows.Documents.TextPointer
'Usage
 
Dim instance As FormulaTextBox
Dim position As System.Windows.Documents.TextPointer
Dim direction As System.Windows.Documents.LogicalDirection
Dim value As System.Windows.Documents.TextPointer
 
value = instance.GetNextSpellingErrorPosition(position, direction)
public System.Windows.Documents.TextPointer GetNextSpellingErrorPosition( 
   System.Windows.Documents.TextPointer position,
   System.Windows.Documents.LogicalDirection direction
)

Parameters

position
direction
See Also

Reference

FormulaTextBox Class
FormulaTextBox Members