Aspose::Cells::Drawing::ActiveXControls::ScrollBarActiveXControl::SetLargeChange method

ScrollBarActiveXControl::SetLargeChange method

Gets and sets the amount by which the Position property changes.

void Aspose::Cells::Drawing::ActiveXControls::ScrollBarActiveXControl::SetLargeChange(int32_t value)

Examples

activeXControl.SetLargeChange(5);

See Also