ComponentOne SpellChecker for WPF and Silverlight
Select Method (ISpellCheckableEditor)

C1.Silverlight.SpellChecker Namespace > ISpellCheckableEditor Interface : Select Method
Index of the character where the selection starts.
Length of the selection.
Selects a range of text in the editor.
Syntax
'Declaration
 
Sub Select( _
   ByVal start As Integer, _
   ByVal length As Integer _
) 
void Select( 
   int start,
   int length
)

Parameters

start
Index of the character where the selection starts.
length
Length of the selection.
See Also

Reference

ISpellCheckableEditor Interface
ISpellCheckableEditor Members