Spread WPF Documentation
GetSpellingErrorRange Method


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

Parameters

position
See Also

Reference

FormulaTextBox Class
FormulaTextBox Members