[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.EditorValueType

EditorValueType Enum

Specifies what is written out to the data model for a selected item from certain cell types that offer a selection of multiple values.

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public enum EditorValueType
Public Enum EditorValueType

Fields

Name 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.