ClassFormatStringInfo
Class
Contains metadata about a format string, including its type, category, and whether it includes date or time components.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Formatting.FormatStrings
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
cs-api-definition
public class FormatStringInfo
Inheritance: objectFormatStringInfo
Properties
Category
Specific category of the format string, such as Currency, Date, or Percentage.
Declaration
cs-api-definition
public FormatStringCategory Category { get; }
Property Value
The category.
FormatType
High-level type of the format string, indicating whether it formats numbers, dates, or text.
Declaration
cs-api-definition
public FormatStringType? FormatType { get; }
Property Value
The type of the format.