Class FormatStringInfo
Contains metadata about a format string, including its type, category, and whether it includes date or time components.
Inheritance
System.Object
FormatStringInfo
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 FormatStringInfo
Properties
Category
Specific category of the format string, such as Currency, Date, or Percentage.
Declaration
public FormatStringCategory Category { get; }
Property Value
|
FormatStringCategory
The category. |
FormatType
High-level type of the format string, indicating whether it formats numbers, dates, or text.
Declaration
public FormatStringType? FormatType { get; }
Property Value
|
System.Nullable<FormatStringType>
The type of the format. |