Spread Silverlight Documentation
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 System.Boolean
'Usage
 
Dim instance As IExcelWorkbook
Dim value As System.Boolean
 
instance.PrecisionAsDisplay = value
 
value = instance.PrecisionAsDisplay
System.bool PrecisionAsDisplay {get; set;}

Property Value

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

Reference

IExcelWorkbook Interface
IExcelWorkbook Members