Class SpreadsheetCultureInfo
Represents the spreadsheet culture info.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Utilities
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public static class SpreadsheetCultureInfo
Properties
ArrayListSeparator
Gets the array list separator.
Declaration
public static string ArrayListSeparator { get; }
Property Value
System.String
The array list separator. |
ArrayRowSeparator
Gets the array row separator.
Declaration
public static string ArrayRowSeparator { get; }
Property Value
System.String
The array row separator. |
CurrencyDecimalSeparator
Gets the currency decimal separator.
Declaration
public static string CurrencyDecimalSeparator { get; }
Property Value
System.String
The currency decimal separator. |
CurrencyGroupSeparator
Gets the currency group separator.
Declaration
public static string CurrencyGroupSeparator { get; }
Property Value
System.String
The currency group separator. |
DateSeparator
Gets the date separator.
Declaration
public static string DateSeparator { get; }
Property Value
System.String
The date separator. |
ListSeparator
Gets the list separator.
Declaration
public static string ListSeparator { get; }
Property Value
System.String
The list separator. |
NumberDecimalSeparator
Gets the number decimal separator.
Declaration
public static string NumberDecimalSeparator { get; }
Property Value
System.String
The number decimal separator. |
NumberGroupSeparator
Gets the number group separator.
Declaration
public static string NumberGroupSeparator { get; }
Property Value
System.String
The number group separator. |
TextQualifier
Gets the text qualifier.
Declaration
public static string TextQualifier { get; }
Property Value
System.String
The text qualifier. |
TimeSeparator
Gets the time separator.
Declaration
public static string TimeSeparator { get; }
Property Value
System.String
The time separator. |