Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFormatter Interface / Culture Property


In This Topic
Culture Property (IFormatter)
In This Topic
Gets the culture for the current formatter.
Syntax
'Declaration
 
ReadOnly Property Culture As CultureInfo
 
'Usage
 
Dim instance As IFormatter
Dim value As CultureInfo
 
value = instance.Culture
See Also