ExcelRangeNumberValue Property |
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:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public double NumberValue { get; set; }
Public Property NumberValue As Double
Get
Set
Property Value
Type:
DoubleSee Also