New to Telerik Document ProcessingStart a free 30-day trial

Exposes the current culture's separators for numbers, currency, lists, arrays, dates, and times used in spreadsheet operations.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Utilities

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

C#
public static class SpreadsheetCultureInfo

Inheritance: objectSpreadsheetCultureInfo

Properties

The current culture's separator used for array columns in array formulas.

C#
public static string ArrayListSeparator { get; }
Property Value:

The array list separator.

The current culture's separator used for array rows in array formulas.

C#
public static string ArrayRowSeparator { get; }
Property Value:

The array row separator.

The current culture's decimal separator used in currency formatting and parsing.

C#
public static string CurrencyDecimalSeparator { get; }
Property Value:

The currency decimal separator.

The current culture's thousands grouping separator used in currency formatting.

C#
public static string CurrencyGroupSeparator { get; }
Property Value:

The currency group separator.

The current culture's separator used between day, month, and year components in date formatting.

C#
public static string DateSeparator { get; }
Property Value:

The date separator.

The current culture's list separator used for function arguments in formulas (e.g., "," or ";").

C#
public static string ListSeparator { get; }
Property Value:

The list separator.

The current culture's decimal separator used in number formatting and parsing (e.g., "." or ",").

C#
public static string NumberDecimalSeparator { get; }
Property Value:

The number decimal separator.

The current culture's thousands grouping separator used in number formatting (e.g., "," in "1,000").

C#
public static string NumberGroupSeparator { get; }
Property Value:

The number group separator.

The current culture's text qualifier used to delimit string literals in formulas and CSV data.

C#
public static string TextQualifier { get; }
Property Value:

The text qualifier.

The current culture's separator used between hours, minutes, and seconds in time formatting.

C#
public static string TimeSeparator { get; }
Property Value:

The time separator.