Select(Int32,Int32) Method
In This Topic
Creates a range that begins with the specified starting character and continues through the specified length of characters, and moves selection to the range.
Syntax
'Declaration
Public Overloads Sub Select( _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public void Select(
System.int ,
System.int
)
Parameters
- start
- The start position.
- length
- The length of the range.
See Also