aspose.cells

Class SelectionType

Utility class containing constants. The selection type of list box.

Field Summary
const  NumberSINGLE
Sigle selection type.
const  NumberMULTI
Multiple selection type.
const  NumberEXTEND
Extend selection type.
 

    • Field Detail

      • SINGLE

        const Number SINGLE
        Sigle selection type.
      • MULTI

        const Number MULTI
        Multiple selection type.
      • EXTEND

        const Number EXTEND
        Extend selection type.