Class SpecialFormatCategoryManager
Represents the special format category manager class.
Inheritance
System.Object
SpecialFormatCategoryManager
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.Formatting.FormatStrings.CategoryManagers
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public static class SpecialFormatCategoryManager
Properties
CultureInfoToFormatInfo
Gets the culture info to format info.
Declaration
public static Dictionary<CultureInfo, IList<SpecialFormatInfo>> CultureInfoToFormatInfo { get; }
Property Value
System.Collections.Generic.Dictionary<System.Globalization.CultureInfo, System.Collections.Generic.IList<SpecialFormatInfo>>
The culture info to format info. |