Class SpreadsheetCultureHelper
Represents a culture helper class.
Inheritance
System.Object
SpreadsheetCultureHelper
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Spreadsheet.Utilities
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class SpreadsheetCultureHelper
Constructors
SpreadsheetCultureHelper(CultureInfo)
Initializes a new instance of the SpreadsheetCultureHelper class.
Declaration
public SpreadsheetCultureHelper(CultureInfo cultureInfo)
Parameters
System.Globalization.CultureInfo
cultureInfo
The culture for the new SpreadsheetCultureHelper instance. |
Properties
CultureInfo
Gets the culture of the spreadsheet culture helper.
Declaration
public CultureInfo CultureInfo { get; }
Property Value
System.Globalization.CultureInfo
|