Class
SpreadsheetCultureHelper

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:

cs-api-definition
public class SpreadsheetCultureHelper

Inheritance: objectSpreadsheetCultureHelper

Constructors

SpreadsheetCultureHelper(CultureInfo)

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

Declaration

cs-api-definition
public SpreadsheetCultureHelper(CultureInfo cultureInfo)

Parameters

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

cs-api-definition
public CultureInfo CultureInfo { get; }

Property Value

CultureInfo