[]
        
(Showing Draft Content)

ComboBoxCellItem

Class ComboBoxCellItem

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

public class ComboBoxCellItem extends Object
Represents an comboBox item.
  • Constructor Details

    • ComboBoxCellItem

      public ComboBoxCellItem()
  • Method Details

    • 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.