Selects a substring of the Text
Namespace:
AdiIRCAPI
Assembly:
AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax void Select(
int Start,
int Length
)
Sub Select (
Start As Integer,
Length As Integer
)
void Select(
int Start,
int Length
)
abstract Select :
Start : int *
Length : int -> unit
Parameters
- Start
- Type: SystemInt32
The start position to select - Length
- Type: SystemInt32
The length to select
See Also