Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / FormatResult Structure / RepeatIndex Property


In This Topic
    RepeatIndex Property
    In This Topic
    Gets the position of the repeat character.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RepeatIndex As Integer
    'Usage
     
    
    Dim instance As FormatResult
    Dim value As Integer
     
    value = instance.RepeatIndex
    public int RepeatIndex {get;}

    Property Value

    An integer value represents the position of the repeat character. -1 means no repeat character.
    See Also