Class SpecialFormatInfo
Represents the special format info.
Inheritance
System.Object
SpecialFormatInfo
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
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
Gets the format string.
Declaration
public string FormatString { get; }
Property Value
System.String
The format string. |
Name
Gets the name.
Declaration
public string Name { get; }
Property Value
System.String
The name. |