'Declaration
ReadOnly Property Culture As System.Globalization.CultureInfo
'Usage
Dim instance As IWorkbookSet Dim value As System.Globalization.CultureInfo value = instance.Culture
System.Globalization.CultureInfo Culture {get;}
'Declaration
ReadOnly Property Culture As System.Globalization.CultureInfo
'Usage
Dim instance As IWorkbookSet Dim value As System.Globalization.CultureInfo value = instance.Culture
System.Globalization.CultureInfo Culture {get;}
Workbook sets created by the Factory class default to the US English CultureInfo. The Factory class has several methods which allow the CultureInfo to be specified for newly created workbook sets.
The SpreadsheetGear Windows Forms components create workbook sets using the CurrentCulture property of the System.Windows.Forms.Application class.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2