Spread Windows Forms 12.0 Product Documentation
Select(Int32,Int32) Method


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > EditBase Class > Select Method : Select(Int32,Int32) Method
The position of the first character in the current text selection within the text box.
The number of characters to select.
Selects a range of text in the control.
Syntax
'Declaration
 
Public Overloads Sub Select( _
   ByVal start As Integer, _
   ByVal length As Integer _
) 
'Usage
 
Dim instance As EditBase
Dim start As Integer
Dim length As Integer
 
instance.Select(start, length)
public void Select( 
   int start,
   int length
)

Parameters

start
The position of the first character in the current text selection within the text box.
length
The number of characters to select.
Exceptions
ExceptionDescription
The value of the start parameter is less than zero.
See Also

Reference

EditBase Class
EditBase Members
Overload List
SelectAll Method
DeselectAll Method
SelectionStart Property
SelectionLength Property
SelectedText Property