Spread WPF Documentation
GetSpellingError Method (FormulaTextBox)


GrapeCity.Windows.SpreadSheet.UI Namespace > FormulaTextBox Class : GetSpellingError Method
Syntax
'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
See Also

Reference

FormulaTextBox Class
FormulaTextBox Members