Class FormatStringInfo
Contains metadata about a format string, including its type, category, and whether it includes date or time components.
Inheritance
Inherited Members
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. |