Workbook.PrecisionAsDisplayed Property

Definition

Gets or sets a value that indicates whether calculations in this workbook will be done using only the precision of the numbers as they are displayed.

public:
 property bool PrecisionAsDisplayed { bool get(); void set(bool value); };
public bool PrecisionAsDisplayed { get; set; }
member this.PrecisionAsDisplayed : bool with get, set
Public Property PrecisionAsDisplayed As Boolean

Property Value

true if calculations in this workbook will be done using only the precision of the numbers as they are displayed; otherwise, false.

Applies to