Search
Worksheet.Locale Property
See Also
 






Gets the locale of the parent workbook.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public CultureInfo Locale { get; }

Visual Basic  Copy Code

Public ReadOnly Property Locale As CultureInfo

 Property Value

An instance of the .NET CultureInfo class.

 See Also