Link Search Menu Expand Document

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

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

Property Value

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

Reference