Spread WPF Documentation
GetSpellingError Method (EditingElement)


GrapeCity.Windows.SpreadSheet.UI Namespace > EditingElement Class : GetSpellingError Method
Syntax
'Declaration
 
Public Function GetSpellingError( _
   ByVal charIndex As System.Integer _
) As System.Windows.Controls.SpellingError
'Usage
 
Dim instance As EditingElement
Dim charIndex As System.Integer
Dim value As System.Windows.Controls.SpellingError
 
value = instance.GetSpellingError(charIndex)
public System.Windows.Controls.SpellingError GetSpellingError( 
   System.int charIndex
)

Parameters

charIndex
See Also

Reference

EditingElement Class
EditingElement Members