SpannedString.GetSpanEnd(Object) Method

Definition

Return the end of the range of text to which the specified markup object is attached, or -1 if the object is not attached.

[Android.Runtime.Register("getSpanEnd", "(Ljava/lang/Object;)I", "")]
public override int GetSpanEnd (Java.Lang.Object? what);
[<Android.Runtime.Register("getSpanEnd", "(Ljava/lang/Object;)I", "")>]
override this.GetSpanEnd : Java.Lang.Object -> int

Parameters

what
Object

Returns

Implements

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to