Skybound.Gecko.GeckoSelection.GetRangeAt C# (CSharp) Method

GetRangeAt() public method

Returns the range at the specified index.
public GetRangeAt ( int index ) : GeckoRange
index int
return GeckoRange
        public GeckoRange GetRangeAt(int index)
        {
            return new GeckoRange(Selection.GetRangeAt(index));
        }