Aspose::Cells::Drawing::ActiveXControls::SpinButtonActiveXControl::GetMax method

SpinButtonActiveXControl::GetMax method

Gets and sets the maximum acceptable value.

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

Examples

int max = activeXControl.GetMax();

See Also