RemoveRange Method

Fast Colored Text Box

Collapse imageExpand ImageCopy imageCopyHover image

Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)

Syntax

C#
public virtual void RemoveRange(
	int index,
	int count
)
Visual Basic
Public Overridable Sub RemoveRange ( _
	index As Integer, _
	count As Integer _
)
Visual C++
public:
virtual void RemoveRange(
	int index, 
	int count
)

Parameters

index
Type: System..::..Int32
count
Type: System..::..Int32

See Also