Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / FormatResult Structure / RepeatChar Property


In This Topic
RepeatChar Property
In This Topic
Gets the repeating character.
Syntax
'Declaration
 
Public ReadOnly Property RepeatChar As Char
 
'Usage
 
Dim instance As FormatResult
Dim value As Char
 
value = instance.RepeatChar

Property Value

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