'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