Insert 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 void Insert(
	int index,
	Char item
)
Visual Basic
Public Sub Insert ( _
	index As Integer, _
	item As Char _
)
Visual C++
public:
virtual void Insert(
	int index, 
	Char item
) sealed

Implements

IList<(Of <(<'T>)>)>..::..Insert(Int32, T)

See Also