Property Current
Current
Returns character index of the text boundary that was most recently returned by Next(), Next(int), Previous(), First(), Last(), Following(int) or Preceding(int). If any of these methods returns DONE because either first or last text boundary has been reached, it returns the first or last text boundary depending on which one is reached.
Declaration
public abstract int Current { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The text boundary returned from the above methods, first or last text boundary. |