Aspose::Cells::Drawing::ActiveXControls::ControlScrollOrientation enum

ControlScrollOrientation enum

Represents type of scroll orientation.

enum class ControlScrollOrientation

Values

NameValueDescription
Auto3
Control is rendered horizontally when the control’s width is greater than its height. Control is rendered vertically otherwise.
Vertical0
Control is rendered vertically.
Horizontal1
Control is rendered horizontally.

See Also