aspose.cells

Class ControlScrollOrientation

Utility class containing constants. Represents type of scroll orientation

Field Summary
const  NumberAUTO
Control is rendered horizontally when the control's width is greater than its height. Control is rendered vertically otherwise.
const  NumberVERTICAL
Control is rendered vertically.
const  NumberHORIZONTAL
Control is rendered horizontally.
 

    • Field Detail

      • AUTO

        const Number AUTO
        Control is rendered horizontally when the control's width is greater than its height. Control is rendered vertically otherwise.
      • VERTICAL

        const Number VERTICAL
        Control is rendered vertically.
      • HORIZONTAL

        const Number HORIZONTAL
        Control is rendered horizontally.