Aspose::Cells::Drawing::ActiveXControls::ControlScrollOrientation enum
ControlScrollOrientation enum
Represents type of scroll orientation.
enum class ControlScrollOrientation
Values
Name | Value | Description |
---|---|---|
Auto | 3 | Control is rendered horizontally when the control’s width is greater than its height. Control is rendered vertically otherwise. |
Vertical | 0 | Control is rendered vertically. |
Horizontal | 1 | Control is rendered horizontally. |
See Also
- Namespace Aspose::Cells::Drawing::ActiveXControls
- Library Aspose.Cells for C++