'Declaration Public Function GetSpellingError( _ ByVal position As System.Windows.Documents.TextPointer _ ) As System.Windows.Controls.SpellingError
'Usage Dim instance As FormulaTextBox Dim position As System.Windows.Documents.TextPointer Dim value As System.Windows.Controls.SpellingError value = instance.GetSpellingError(position)
public System.Windows.Controls.SpellingError GetSpellingError( System.Windows.Documents.TextPointer position )
Parameters
- position