Select Method (C1NumericBox)
Selects the text specified by start and length.
public void Select(
int ,
int
)
'Declaration
Public Sub Select( _
ByVal As Integer, _
ByVal As Integer _
)
Parameters
- start
- Start of the selection.
- length
- Length of the selection.