ClassScientificFormatStringInfo
Class
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
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
The decimal places.