[]
        
(Showing Draft Content)

C1.Win.C1Editor.C1Editor.Select

Select Method

Select(int, int)

Creates a range that begins with the specified starting character and continues through the specified length of characters, and moves selection to the range.

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

The start position.

int length

The length of the range.