ComponentOne SpellChecker for WinForms
CheckText(String,Int32,Int32) Method

C1.Win.C1SpellChecker.4 Assembly > C1.Win.C1SpellChecker Namespace > C1SpellChecker Class > CheckText Method : CheckText(String,Int32,Int32) Method
Text to be spell-checked.
Index of the character where to start checking.
Length of the string to check.
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, _
   ByVal length As System.Integer _
) As CharRangeList
public CharRangeList CheckText( 
   System.string text,
   System.int start,
   System.int length
)

Parameters

text
Text to be spell-checked.
start
Index of the character where to start checking.
length
Length of the string to check.

Return Value

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

Reference

C1SpellChecker Class
C1SpellChecker Members
Overload List