Gets the position of the repeat character.
public int RepeatIndex {get;}
'Declaration
Public ReadOnly Property RepeatIndex As Integer
'Usage
Dim instance As FormatResult
Dim value As Integer
value = instance.RepeatIndex
Property Value
An integer value represents the position of the repeat character. -1 means no repeat character.