Class SpecialFormatStringInfo
Represents the special format string info class.
Inheritance
System.Object
SpecialFormatStringInfo
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.Infos
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class SpecialFormatStringInfo : ICategorizedFormatStringInfo
Constructors
SpecialFormatStringInfo(CultureInfo)
Initializes a new instance of the SpecialFormatStringInfo class.
Declaration
public SpecialFormatStringInfo(CultureInfo culture)
Parameters
System.Globalization.CultureInfo
culture
The culture. |
Properties
Culture
Gets the culture.
Declaration
public CultureInfo Culture { get; }
Property Value
System.Globalization.CultureInfo
The culture. |