XLL+ Class Library

CXlControlIntegerEdit::SetIntValue

Sets the integer value of the control

[C++]
void SetIntValue(
   int nValue
);

Parameters

nValue

Value of the control.

Remarks

Sets the value displayed in the control.

Requirements

Header: xldialog.h

See Also

CXlControlIntegerEdit Class | CXlControlIntegerEdit Methods