Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / EditorValueType Enumeration
In This Topic
    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
    MemberDescription
    IndexWrites the index of the selected item to the model.
    TextWrites the text value of the selected item to the model.
    ValueWrites 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