[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.EditorValueType

Enum EditorValueType

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

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

public enum EditorValueType

Fields

Index = 1

Writes the index of the selected item to the model.

Text = 0

Writes the text value of the selected item to the model.

Value = 2

Writes the corresponding data value of the selected item to the model.