Class SpecialFormatInfo
Defines a named special format with its corresponding format string pattern.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Formatting.FormatStrings
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class SpecialFormatInfo
Constructors
SpecialFormatInfo(String, String)
Initializes a new instance of the SpecialFormatInfo class.
Declaration
public SpecialFormatInfo(string name, string formatString)
Parameters
|
System.String
name
The name. |
|
System.String
formatString
The format string. |
Properties
FormatString
Format pattern applied to cell values when this special format is used.
Declaration
public string FormatString { get; }
Property Value
|
System.String
The format string. |
Name
Display name identifying this special format, such as "Zip Code" or "Phone Number".
Declaration
public string Name { get; }
Property Value
|
System.String
The name. |