Removes the Nth ITextView buffer line
Namespace:
AdiIRCAPI
Assembly:
AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax void Remove(
int start,
int end
)
Sub Remove (
start As Integer,
end As Integer
)
void Remove(
int start,
int end
)
abstract Remove :
start : int *
end : int -> unit
Parameters
- start
- Type: SystemInt32
[Missing <param name="start"/> documentation for "M:AdiIRCAPI.ITextView.Remove(System.Int32,System.Int32)"]
- end
- Type: SystemInt32
[Missing <param name="end"/> documentation for "M:AdiIRCAPI.ITextView.Remove(System.Int32,System.Int32)"]
See Also