Enum ControlScrollBarType

Enum ControlScrollBarType

Namespace: Aspose.Cells.Drawing.ActiveXControls
Assembly: Aspose.Cells.dll (25.2.0)

Represents the type of scroll bar.

public enum ControlScrollBarType

Fields

BarsBoth = 3

Displays both a horizontal and a vertical scroll bar.

BarsVertical = 2

Displays a vertical scroll bar.

Horizontal = 1

Displays a horizontal scroll bar.

None = 0

Displays no scroll bars.