EditorValueType Enumeration
In This Topic
Specifies what is written out to the data model for a selected item from certain cell types that offer a selection of multiple values.
Members
Member | Description |
Index | Writes the index of the selected item to the model. |
Text | Writes the text value of the selected item to the model. |
Value | Writes the corresponding data value of the selected item to the model. |
Inheritance Hierarchy
java.lang.Object
java.lang.Enum
com.grapecity.documents.excel.EditorValueType
See Also