Class CustomFormatCategoryManager
Provides a predefined list of common custom number format strings covering number, currency, percentage, date, time, and text formats.
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 read-only list of predefined custom format strings, including General, number formats, currency formats, date/time formats, and text formats.
Declaration
public static IList<string> FormatStrings { get; }
Property Value
|
System.Collections.Generic.IList<System.String>
The format strings. |