Link Search Menu Expand Document

CellValueAsExcelDisplays 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 NumberFormatType settings to format the value.

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

Property Value

Type: String
The string with the formatted value.

Implements

ICellValueAsExcelDisplays
See Also

Reference