Click or drag to resize

ITextViewRemove Method

Removes the Nth ITextView buffer line.

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.7 (2.0.1.7)
Syntax
C#
void Remove(
	int start,
	int end
)

Parameters

start
Type: SystemInt32
The first line number(s) to remove
end
Type: SystemInt32
End of line number(s) to remove
See Also