ComponentOne FinancialChart for WPF
C1.WPF Namespace / ISpellChecker Interface / CheckText Method
Text to be spell-checked.



In This Topic
    CheckText Method
    In This Topic
    Checks a string containing text and returns a list of spelling errors.
    Syntax
    'Declaration
     
    
    Function CheckText( _
       ByVal text As String _
    ) As IEnumerable(Of ICharRange)
    'Usage
     
    
    Dim instance As ISpellChecker
    Dim text As String
    Dim value As IEnumerable(Of ICharRange)
     
    value = instance.CheckText(text)

    Parameters

    text
    Text to be spell-checked.

    Return Value

    List of ICharRange objects that describe the spelling mistakes.
    See Also