New to Telerik Document ProcessingStart a free 30-day trial

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:

C#
public class ScientificFormatStringInfo

Inheritance: objectScientificFormatStringInfo

Constructors

Initializes a new instance of the ScientificFormatStringInfo class.

C#
public ScientificFormatStringInfo(int decimalPlaces)
Parameters:decimalPlacesint

The decimal places.

Properties

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

C#
public int DecimalPlaces { get; }
Property Value:

The decimal places.