ClassSpecialFormatInfo
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:
cs-api-definition
public class SpecialFormatInfo
Inheritance: objectSpecialFormatInfo
Constructors
SpecialFormatInfo(string, string)
Initializes a new instance of the SpecialFormatInfo class.
Properties
FormatString
Format pattern applied to cell values when this special format is used.
Declaration
cs-api-definition
public string FormatString { get; }
Property Value
The format string.