com.aspose.cells

Class SelectionType

  • java.lang.Object
    • com.aspose.cells.SelectionType
public class SelectionType 
extends java.lang.Object

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

Field Summary
static final intSINGLE
Sigle selection type.
static final intMULTI
Multiple selection type.
static final intEXTEND
Externd selection type.
 

    • Field Detail

      • SINGLE

        public static final int SINGLE
        Sigle selection type.
      • MULTI

        public static final int MULTI
        Multiple selection type.
      • EXTEND

        public static final int EXTEND
        Externd selection type.