Click or drag to resize

XlsName Value2 Property

Returns or sets the cell value. Read/write Variant. The only difference between this property and the Value property is that the Value2 property doesn't use the Currency and Date data types.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public Object Value2 { get; set; }

Property Value

Type: Object

Implements

IXLSRange Value2
See Also