SpecialFormatInfo
Class
Defines a named special format with its corresponding format string pattern.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Formatting.FormatStrings
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public class SpecialFormatInfo
Inheritance: objectSpecialFormatInfo
Constructors
Initializes a new instance of the SpecialFormatInfo class.
Properties
Format pattern applied to cell values when this special format is used.
C#
public string FormatString { get; }
The format string.