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: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public double NumberValue { get; set; }
Public Property NumberValue As Double
Get
Set
public:
property double NumberValue {
double get ();
void set (double value);
}
member NumberValue : float with get, set
Property Value
Double