A Sandcastle Documented Class Library
ITextViewRemove Method |
Removes the Nth ITextView buffer line.
Namespace: AdiIRCAPIv2.Interfaces
Assembly: AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
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
The first line number(s) to remove - end
- Type: SystemInt32
End of line number(s) to remove
See Also