TextInsert Method
Inserts a specified instance of Text at a specified index position in this instance
Namespace: Firefly.BoxAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public Text Insert(
Text textToInsert,
int position,
int length
)
Public Function Insert (
textToInsert As Text,
position As Integer,
length As Integer
) As Text
member Insert :
textToInsert : Text *
position : int *
length : int -> Text
- textToInsert Text
- text to insert
- position Int32
- position
- length Int32
- length
Text