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