aspose.cells

Class ControlScrollBarType

Utility class containing constants. Represents the type of scroll bar.

Field Summary
const  NumberNONE
Displays no scroll bars.
const  NumberHORIZONTAL
Displays a horizontal scroll bar.
const  NumberBARS_VERTICAL
Displays a vertical scroll bar.
const  NumberBARS_BOTH
Displays both a horizontal and a vertical scroll bar.
 

    • Field Detail

      • NONE

        const Number NONE
        Displays no scroll bars.
      • HORIZONTAL

        const Number HORIZONTAL
        Displays a horizontal scroll bar.
      • BARS_VERTICAL

        const Number BARS_VERTICAL
        Displays a vertical scroll bar.
      • BARS_BOTH

        const Number BARS_BOTH
        Displays both a horizontal and a vertical scroll bar.