GrapeCity.Xaml.Excel
PrecisionAsDisplay Property (IExcelWorkbook)


GrapeCity.Excel Namespace > IExcelWorkbook Interface : PrecisionAsDisplay Property
Gets or sets a value indicating whether the value is full precision.
Syntax
'Declaration
 
Property PrecisionAsDisplay As Boolean
'Usage
 
Dim instance As IExcelWorkbook
Dim value As Boolean
 
instance.PrecisionAsDisplay = value
 
value = instance.PrecisionAsDisplay
bool PrecisionAsDisplay {get; set;}

Property Value

true if is full precision; otherwise, false.
See Also

Reference

IExcelWorkbook Interface
IExcelWorkbook Members