Class
ScientificFormatStringInfo

Provides configuration for scientific notation formatting, specifying decimal places in exponential display.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Formatting.FormatStrings.Infos

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

cs-api-definition
public class ScientificFormatStringInfo

Inheritance: objectScientificFormatStringInfo

Constructors

ScientificFormatStringInfo(int)

Initializes a new instance of the ScientificFormatStringInfo class.

Declaration

cs-api-definition
public ScientificFormatStringInfo(int decimalPlaces)

Parameters

decimalPlaces

int

The decimal places.

Properties

DecimalPlaces

Number of decimal places to display in the mantissa of the scientific notation.

Declaration

cs-api-definition
public int DecimalPlaces { get; }

Property Value

int

The decimal places.