Android.Text.SpannableStringBuilder.Insert Method
Convenience for replace(where, where, text, start, end)

Syntax

[Android.Runtime.Register("insert", "(ILjava/lang/CharSequence;II)Landroid/text/SpannableStringBuilder;", "GetInsert_ILjava_lang_CharSequence_IIHandler")]
public virtual IEditable Insert (int where, Java.Lang.ICharSequence tb, int start, int end)

Parameters

where
Documentation for this section has not yet been entered.
tb
Documentation for this section has not yet been entered.
start
Documentation for this section has not yet been entered.
end
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Convenience for replace(where, where, text, start, end)

[Android Documentation]

Requirements

Namespace: Android.Text
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1