Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::SetMin method

SpinButtonActiveXControl::SetMin method

Gets and sets the minimum acceptable value.

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

Examples

activeXControl.SetMin(0);

See Also