Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / 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.
    Syntax
    public enum EditorValueType : System.Enum 
    Members
    MemberDescription
    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

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.EditorValueType

    See Also