[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.EditBase.Select

Select Method

Select(int, int)

Selects a range of text in the control.

Declaration
public void Select(int start, int length)
Public Sub [Select](start As Integer, length As Integer)
Parameters
Type Name Description
int start

The position of the first character in the current text selection within the text box.

int length

The number of characters to select.

Exceptions
Type Condition
ArgumentOutOfRangeException

The value of the start parameter is less than zero.

See Also