Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::SetMax method

SpinButtonActiveXControl::SetMax method

Gets and sets the maximum acceptable value.

void Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::SetMax(int32_t value)

Examples

activeXControl.SetMax(100);

See Also