Android.Text.SpannableStringBuilder.Delete Method
Convenience for replace(st, en, "", 0, 0)

Syntax

[Android.Runtime.Register("delete", "(II)Landroid/text/SpannableStringBuilder;", "GetDelete_IIHandler")]
public virtual IEditable Delete (int start, int end)

Parameters

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(st, en, "", 0, 0)

[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