Link Search Menu Expand Document

ICellValueAsExcelDisplays Property

Returns the formatted string value of the cell in the sam way you would see in Excel or another spreadsheet editor. Formatting uses the NumberFormatString formatting string settings to format the value.

Namespace:Bytescout.Spreadsheet.COM
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
string ValueAsExcelDisplays { get; }

Property Value

Type: String
The string with the formatted value.
See Also

Reference