Winnovative Excel Library

ExcelRangeNumberValue Property

Winnovative Excel Library Documentation
Gets or sets the number value of the range. Returns Double.Nan if the range cells don't contain a number or the number value is not the same in all the cells. Setting this property has the same effect as setting the Value property with a Double value.

Namespace:  Winnovative.ExcelLib
Assembly:  wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public double NumberValue { get; set; }

Property Value

Type: Double
See Also

Reference