Spread Windows Forms 12.0 Product Documentation
RepeatChar Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > FormatResult Structure : RepeatChar Property
Gets the repeating character.
Syntax
'Declaration
 
Public ReadOnly Property RepeatChar As Char
'Usage
 
Dim instance As FormatResult
Dim value As Char
 
value = instance.RepeatChar
public char RepeatChar {get;}

Property Value

A System.Char value represents the repeating character. A char \0 means there is no repeating character.
See Also

Reference

FormatResult Structure
FormatResult Members