asposecells.api

Class SelectionType

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

Field Summary
const  intSINGLE
Sigle selection type.
const  intMULTI
Multiple selection type.
const  intEXTEND
Extend selection type.
 

    • Field Detail

      • SINGLE

        const int SINGLE
        Sigle selection type.
      • MULTI

        const int MULTI
        Multiple selection type.
      • EXTEND

        const int EXTEND
        Extend selection type.