Aspose::Cells::Drawing::ActiveXControls::ScrollBarActiveXControl::GetLargeChange method

ScrollBarActiveXControl::GetLargeChange method

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

int32_t Aspose::Cells::Drawing::ActiveXControls::ScrollBarActiveXControl::GetLargeChange()

Examples

int largeChange = activeXControl.GetLargeChange();

See Also