Show / Hide Table of Contents

Class Precision

Represents the types of precision which can be used when obtaining the value of a cell.

Inheritance
System.Object
Precision
Namespace: Infragistics.Documents.Excel
Assembly: IgniteUI.Blazor.Documents.Excel.dll
Syntax
public sealed class Precision : Enum

Fields

UseDisplayValues

The display value of the cell is used. If the cell's actual value is 10.005, but it is using currency formatting, it will display as $10.01. When this cell is used in calculations, its displayed value of 10.01 will be used.

Declaration
public const Precision UseDisplayValues
Field Value
Type Description
Precision

UseRealCellValues

The actual value of the cell is used. If the cell's actual value is 10.005, but it is using currency formatting, it will display as $10.01. When this cell is used in calculations, its stored value of 10.005 will be used, even though the display shows a slightly different value.

Declaration
public const Precision UseRealCellValues
Field Value
Type Description
Precision

value__

Declaration
public int value__
Field Value
Type Description
System.Int32