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
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: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also