类 ComboBoxCellItem

java.lang.Object
com.grapecity.documents.excel.ComboBoxCellItem

public class ComboBoxCellItem extends Object
Represents an comboBox item.
  • 构造器详细资料

    • ComboBoxCellItem

      public ComboBoxCellItem()
  • 方法详细资料

    • getValue

      public Object getValue()
      Gets the value of the item.
    • setValue

      public void setValue(Object value)
      Sets the value of the item.
    • getText

      public String getText()
      Gets the text of the item.
    • setText

      public void setText(String text)
      Sets the text of the item.