Class SpreadsheetCultureInfo
Exposes the current culture's separators for numbers, currency, lists, arrays, dates, and times used in spreadsheet operations.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Utilities
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public static class SpreadsheetCultureInfo
Properties
ArrayListSeparator
The current culture's separator used for array columns in array formulas.
Declaration
public static string ArrayListSeparator { get; }
Property Value
|
System.String
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
|
System.String
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
|
System.String
The currency decimal separator. |
CurrencyGroupSeparator
The current culture's thousands grouping separator used in currency formatting.
Declaration
public static string CurrencyGroupSeparator { get; }
Property Value
|
System.String
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
|
System.String
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
|
System.String
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
|
System.String
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
|
System.String
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
|
System.String
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
|
System.String
The time separator. |