Spread Windows Forms 12.0 Product Documentation
RepeatIndex Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > FormatResult Structure : RepeatIndex Property
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

Reference

FormatResult Structure
FormatResult Members