Enum FormatStringType
Defines the high-level data type that a format string is designed to handle.
Namespace: Telerik.Windows.Documents.Spreadsheet.Formatting.FormatStrings
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public enum FormatStringType
DateTime
Formats date and time values according to culture-specific patterns.
Number
Formats numeric values with optional decimal places, thousand separators, and negative notation.
Text
Formats text values without numeric interpretation.