SpreadsheetGear 2023
Culture Property (IWorkbookSet)


SpreadsheetGear Namespace > IWorkbookSet Interface : Culture Property
Gets the CultureInfo of this workbook set.
Syntax
'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;}
Remarks

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.

Requirements

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

See Also

Reference

IWorkbookSet Interface
IWorkbookSet Members
GetWorkbookSet(CultureInfo) Method