Skybound.Gecko.GeckoSelection.GetRangeAt C# (CSharp) Méthode

GetRangeAt() public méthode

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