类 ComboBoxCellItem
java.lang.Object
com.grapecity.documents.excel.ComboBoxCellItem
Represents an comboBox item.
-
构造器概要
-
方法概要
-
构造器详细资料
-
ComboBoxCellItem
public ComboBoxCellItem()
-
-
方法详细资料
-
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.
-