Enum
FormatStringType

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:

cs-api-definition
public enum FormatStringType

Fields

DateTime

Formats date and time values according to culture-specific patterns.

Declaration

cs-api-definition
DateTime = 1

Field Value

FormatStringType

Number

Formats numeric values with optional decimal places, thousand separators, and negative notation.

Declaration

cs-api-definition
Number = 0

Field Value

FormatStringType

Text

Formats text values without numeric interpretation.

Declaration

cs-api-definition
Text = 2

Field Value

FormatStringType

In this article
DefinitionFieldsDateTimeNumberText
Not finding the help you need?
Contact Support