Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::GetMin method

SpinButtonActiveXControl::GetMin method

Gets and sets the minimum acceptable value.

int32_t Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::GetMin()

Examples

int min = activeXControl.GetMin();

See Also