Spread WPF 17
GrapeCity.Excel Namespace / IExcelWorkbook Interface / PrecisionAsDisplay Property


In This Topic
    PrecisionAsDisplay Property (IExcelWorkbook)
    In This Topic
    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