类 ComboBoxCellType

java.lang.Object
com.grapecity.documents.excel.BaseCellType
com.grapecity.documents.excel.ComboBoxCellType

public class ComboBoxCellType extends BaseCellType
表示一个可编辑的组合框单元格。
  • 构造器详细资料

    • ComboBoxCellType

      public ComboBoxCellType()
  • 方法详细资料

    • getItems

      public ArrayList<Object> getItems()
      获取组合框下拉列表中的项目。
    • getMaxDropDownItems

      public int getMaxDropDownItems()
      获取每页下拉列表的最大项目数。
    • setMaxDropDownItems

      public void setMaxDropDownItems(int value)
      设置每页下拉列表的最大项目数。
    • getEditable

      public boolean getEditable()
      获取组合框是否可编辑。
    • setEditable

      public void setEditable(boolean value)
      设置组合框是否可编辑。
    • getEditorValueType

      public EditorValueType getEditorValueType()
      获取写入到底层数据模型中的值。
    • setEditorValueType

      public void setEditorValueType(EditorValueType value)
      设置写入到底层数据模型的值。
    • getItemHeight

      public int getItemHeight()
      获取每个项目的高度。
    • setItemHeight

      public void setItemHeight(int value)
      设置每个项目的高度。