Enum ControlScrollOrientation
Enum ControlScrollOrientation
Namespace: Aspose.Cells.Drawing.ActiveXControls
Assembly: Aspose.Cells.dll (25.2.0)
Represents type of scroll orientation
public enum ControlScrollOrientation
Fields
Auto = 3
Control is rendered horizontally when the control’s width is greater than its height. Control is rendered vertically otherwise.
Horizontal = 1
Control is rendered horizontally.
Vertical = 0
Control is rendered vertically.