Class ScientificFormatStringInfo
Represents the scientific format string info class.
Inheritance
System.Object
ScientificFormatStringInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Spreadsheet.Formatting.FormatStrings.Infos
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class ScientificFormatStringInfo
Constructors
ScientificFormatStringInfo(Int32)
Initializes a new instance of the ScientificFormatStringInfo class.
Declaration
public ScientificFormatStringInfo(int decimalPlaces)
Parameters
System.Int32
decimalPlaces
The decimal places. |
Properties
DecimalPlaces
Gets the decimal places.
Declaration
public int DecimalPlaces { get; }
Property Value
System.Int32
The decimal places. |