TextInsert Method

Inserts a specified instance of Text at a specified index position in this instance

Definition

Namespace: Firefly.Box
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public Text Insert(
	Text textToInsert,
	int position,
	int length
)

Parameters

textToInsert  Text
text to insert
position  Int32
position
length  Int32
length

Return Value

Text

See Also