Click or drag to resize

ITextViewRemove Method

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
)

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