ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker Namespace / C1SpellChecker Class / CheckText Method / CheckText(String,Int32) Method
Text to be spell-checked.
Index of the character where to start checking.

In This Topic
    CheckText(String,Int32) Method
    In This Topic
    Checks a string containing text and returns a list of spelling errors.
    Syntax
    'Declaration
     
    Public Overloads Function CheckText( _
       ByVal text As System.String, _
       ByVal start As System.Integer _
    ) As CharRangeList
    public CharRangeList CheckText( 
       System.string text,
       System.int start
    )

    Parameters

    text
    Text to be spell-checked.
    start
    Index of the character where to start checking.

    Return Value

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