Class
SpecialFormatInfo

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.

Declaration

cs-api-definition
public SpecialFormatInfo(string name, string formatString)

Parameters

name

string

The name.

formatString

string

The format string.

Properties

FormatString

Format pattern applied to cell values when this special format is used.

Declaration

cs-api-definition
public string FormatString { get; }

Property Value

string

The format string.

Name

Display name identifying this special format, such as "Zip Code" or "Phone Number".

Declaration

cs-api-definition
public string Name { get; }

Property Value

string

The name.