CellValueAsExcelDisplays Property Bytescout Spreadsheet SDK
Returns the formatted string value of the cell in the sam way you would see in Excel or another spreadsheet editor. Formatting uses the NumberFormatType settings to format the value.

Namespace:  Bytescout.Spreadsheet
Assembly:  Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-master
Syntax

public string ValueAsExcelDisplays { get; }

Property Value

Type: String
The string with the formatted value.

Implements

ICellValueAsExcelDisplays
See Also

Reference