[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.GcComboBoxEditorValue

GcComboBoxEditorValue Enum

Specifies what is written out to the data model for a selected item of GcComboBoxCellType.

Namespace: GrapeCity.Win.Spread.InputMan.CellType
Assembly: GrapeCity.Win.PluginInputMan.dll
Syntax
public enum GcComboBoxEditorValue
Public Enum GcComboBoxEditorValue

Fields

Name Description
Index

[1] Writes the selected index of GcComboBox to the model

Text

[0] Writes the selected text of GcComboBox to the model

Value

[2] Writes the selected value of GcComboBox to the model