Class CustomFormatCategoryManager
Represents the custom format category manager class.
Inheritance
System.Object
CustomFormatCategoryManager
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 CustomFormatCategoryManager
Properties
FormatStrings
Gets the format strings.
Declaration
public static IList<string> FormatStrings { get; }
Property Value
System.Collections.Generic.IList<System.String>
The format strings. |