Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorkbookSet Class / Culture Property


In This Topic
Culture Property (WorkbookSet)
In This Topic
Gets or sets the System.Globalization.CultureInfo of this workbook set.
Syntax
'Declaration
 
Public Property Culture As CultureInfo
 
'Usage
 
Dim instance As WorkbookSet
Dim value As CultureInfo
 
instance.Culture = value
 
value = instance.Culture

Property Value

The System.Globalization.CultureInfo of this workbook set.
See Also