Class FractionFormatCategoryManager
Represents the fraction format category manager class.
Inheritance
System.Object
FractionFormatCategoryManager
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 FractionFormatCategoryManager
Properties
FractionTypeToFormatString
Gets the fraction type to format string.
Declaration
public static Dictionary<FractionDenominatorType, string> FractionTypeToFormatString { get; }
Property Value
System.Collections.Generic.Dictionary<FractionDenominatorType, System.String>
The fraction type to format string. |