Convenience for replace(where, where, text, start, end)
Syntax
[Android.Runtime.Register("insert", "(ILjava/lang/CharSequence;II)Landroid/text/Editable;", "GetInsert_ILjava_lang_CharSequence_IIHandler:Android.Text.IEditableInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public
IEditable Insert (
int where,
Java.Lang.ICharSequence text,
int start,
int end)
See Also
Parameters
- where
- Documentation for this section has not yet been entered.
- text
- 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
Requirements
Namespace: Android.Text
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1