Class SpreadsheetCultureHelper
Provides culture-specific separators, parsing, and formatting rules for cell values, formulas, numbers, dates, and currency in spreadsheet operations.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Utilities
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class SpreadsheetCultureHelper
Constructors
SpreadsheetCultureHelper(CultureInfo)
Initializes a new culture helper bound to the specified culture, which determines separators and number formats.
Declaration
public SpreadsheetCultureHelper(CultureInfo cultureInfo)
Parameters
|
System.Globalization.CultureInfo
cultureInfo
The culture for the new SpreadsheetCultureHelper instance. |
Properties
CultureInfo
The culture used by this helper to determine separators, number formats, and parsing rules.
Declaration
public CultureInfo CultureInfo { get; }
Property Value
|
System.Globalization.CultureInfo
|