Aspose::Cells::Drawing::ActiveXControls::ControlScrollBarType enum

ControlScrollBarType enum

Represents the type of scroll bar.

enum class ControlScrollBarType

Values

NameValueDescription
None0
Displays no scroll bars.
Horizontal1
Displays a horizontal scroll bar.
BarsVertical2
Displays a vertical scroll bar.
BarsBoth3
Displays both a horizontal and a vertical scroll bar.

See Also