aspose.cells

Class ShowDropButtonType

Utility class containing constants. Specifies when to show the drop button

Field Summary
const  NumberNEVER
Never show the drop button.
const  NumberFOCUS
Show the drop button when the control has the focus.
const  NumberALWAYS
Always show the drop button.
 

    • Field Detail

      • NEVER

        const Number NEVER
        Never show the drop button.
      • FOCUS

        const Number FOCUS
        Show the drop button when the control has the focus.
      • ALWAYS

        const Number ALWAYS
        Always show the drop button.