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 Special
Declaration
public SpecialFormatInfo(string name, string formatString)
Parameters
System. The name. |
System. The format string. |
Properties
FormatString
Gets the format string.
Declaration
public string FormatString { get; }
Property Value
System. The format string. |
Name
Gets the name.
Declaration
public string Name { get; }
Property Value
System. The name. |