Selects a range of text in the editor.
Namespace:
C1.Silverlight.SpellCheckerAssembly: C1.Silverlight.SpellChecker (in C1.Silverlight.SpellChecker.dll)
Syntax
| C# |
|---|
void Select( int start, int length ) |
| Visual Basic |
|---|
Sub Select ( _ start As Integer, _ length As Integer _ ) |
Parameters
- start
- Type: System..::..Int32
Index of the character where the selection starts.
- length
- Type: System..::..Int32
Length of the selection.