[]
        
(Showing Draft Content)

C1.Win.C1SpellChecker.ISpellCheckableEditor.Select

Select Method

Select(int, int)

Selects a range of text in the editor.

Declaration
void Select(int start, int length)
Parameters
Type Name Description
int start

Index of the character where the selection starts.

int length

Length of the selection.