New to Telerik Document ProcessingStart a free 30-day trial

Provides culture-specific separators, parsing, and formatting rules for cell values, formulas, numbers, dates, and currency in spreadsheet operations.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Utilities

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

C#
public class SpreadsheetCultureHelper

Inheritance: objectSpreadsheetCultureHelper

Constructors

Initializes a new culture helper bound to the specified culture, which determines separators and number formats.

C#
public SpreadsheetCultureHelper(CultureInfo cultureInfo)
Parameters:cultureInfoCultureInfo

The culture for the new SpreadsheetCultureHelper instance.

Properties

The culture used by this helper to determine separators, number formats, and parsing rules.

C#
public CultureInfo CultureInfo { get; }