excelcombotype-ag凯发旗舰厅



com.spire.xls
enum excelcombotype

java.lang.object
  extended by java.lang.enum<excelcombotype>
      extended by com.spire.xls.excelcombotype
all implemented interfaces:
java.lang.comparable<excelcombotype>

public enum excelcombotype
extends java.lang.enum<excelcombotype>

represents possible combo box type values.


enum constant summary
autocomplete
          auto complete dropdown.
autofilter
          auto filter dropdown.
datavalidation
          data validation list dropdown.
pivottablepagefield
          pivot table page field dropdown.
pivottableroworcolumn
          pivot table row or column field dropdown.
regular
          regular sheet dropdown control.
tabletotalrow
          dropdown for the total row of a table.
 
enum constant detail

regular

public static final excelcombotype regular
regular sheet dropdown control.

pivottablepagefield

public static final excelcombotype pivottablepagefield
pivot table page field dropdown.

autofilter

public static final excelcombotype autofilter
auto filter dropdown.

autocomplete

public static final excelcombotype autocomplete
auto complete dropdown.

datavalidation

public static final excelcombotype datavalidation
data validation list dropdown.

pivottableroworcolumn

public static final excelcombotype pivottableroworcolumn
pivot table row or column field dropdown.

tabletotalrow

public static final excelcombotype tabletotalrow
dropdown for the total row of a table.


网站地图