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)
The decimal places.
Properties
Number of decimal places to display in the mantissa of the scientific notation.
C#
public int DecimalPlaces { get; }
The decimal places.