Version

Culture Property (Workbook)

Gets or sets the culture to use as the current culture for the workbook when doing any culture-aware conversions or comparisons.
Syntax
'Declaration
 
Public Property Culture As CultureInfo
public CultureInfo Culture {get; set;}

Property Value

The current culture for the workbook or Null to use the thread's current culture.
Remarks

Note: The culture is not saved or loaded in workbook files, so this is only used at when accessing and manipulating objects owned or associated with the Workbook.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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