Which character index to start iterating matches from (see remarks).
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public int IterationStartIndex { get; set; }
Public Property IterationStartIndex As Integer Get Set
public: property int IterationStartIndex { int get (); void set (int value); }
member IterationStartIndex : int with get, set
Property Value
Remarks
This is similar to the caret position in a text box. The first match returned will be after this position, and at the end of the text the iterator will wrap to the start and continue back to this index.
Assembly: Keyoti4.RapidFindReplace.WPF (Module: Keyoti4.RapidFindReplace.WPF.dll) Version: 1.0.14.531 (1.0.14.531)