XLL+ Class Library

CXlControlNumberEdit::SetNumberValue

Sets the integer value of the control

[C++]
void SetNumberValue(
   double dValue
);

Parameters

dValue

Value of the control.

Remarks

Sets the value displayed in the control.

Requirements

Header: xldialog.h

See Also

CXlControlNumberEdit Class | CXlControlNumberEdit Methods