ClassSpreadsheetCultureInfo
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:
public static class SpreadsheetCultureInfo
Inheritance: objectSpreadsheetCultureInfo
Properties
ArrayListSeparator
The current culture's separator used for array columns in array formulas.
Declaration
public static string ArrayListSeparator { get; }
Property Value
The array list separator.
ArrayRowSeparator
The current culture's separator used for array rows in array formulas.
Declaration
public static string ArrayRowSeparator { get; }
Property Value
The array row separator.
CurrencyDecimalSeparator
The current culture's decimal separator used in currency formatting and parsing.
Declaration
public static string CurrencyDecimalSeparator { get; }
Property Value
The currency decimal separator.
CurrencyGroupSeparator
The current culture's thousands grouping separator used in currency formatting.
Declaration
public static string CurrencyGroupSeparator { get; }
Property Value
The currency group separator.
DateSeparator
The current culture's separator used between day, month, and year components in date formatting.
Declaration
public static string DateSeparator { get; }
Property Value
The date separator.
ListSeparator
The current culture's list separator used for function arguments in formulas (e.g., "," or ";").
Declaration
public static string ListSeparator { get; }
Property Value
The list separator.
NumberDecimalSeparator
The current culture's decimal separator used in number formatting and parsing (e.g., "." or ",").
Declaration
public static string NumberDecimalSeparator { get; }
Property Value
The number decimal separator.
NumberGroupSeparator
The current culture's thousands grouping separator used in number formatting (e.g., "," in "1,000").
Declaration
public static string NumberGroupSeparator { get; }
Property Value
The number group separator.
TextQualifier
The current culture's text qualifier used to delimit string literals in formulas and CSV data.
Declaration
public static string TextQualifier { get; }
Property Value
The text qualifier.
TimeSeparator
The current culture's separator used between hours, minutes, and seconds in time formatting.
Declaration
public static string TimeSeparator { get; }
Property Value
The time separator.