XlsRangesCollection
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.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public Object Value2 { get; set; }
Public Property Value2 As Object
Get
Set
public:
virtual property Object^ Value2 {
Object^ get () sealed;
void set (Object^ value) sealed;
}
abstract Value2 : Object with get, set
override Value2 : Object with get, set
Property Value
Type:
Object
Implements
IXLSRange
Value2
See Also