Package com.grapecity.documents.excel
Class ComboBoxCellItem
java.lang.Object
com.grapecity.documents.excel.ComboBoxCellItem
Represents an comboBox item.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ComboBoxCellItem
public ComboBoxCellItem()
-
-
Method Details
-
getValue
Gets the value of the item. -
setValue
Sets the value of the item. -
getText
Gets the text of the item. -
setText
Sets the text of the item.
-