GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBoxEditorValue Enumeration


GcComboBoxEditorValue Enumeration
Specifies what is written out to the data model for a selected item of GcComboBoxCellType.
Syntax
'Declaration
 
Public Enum GcComboBoxEditorValue 
   Inherits System.Enum
 
'Usage
 
Dim instance As GcComboBoxEditorValue
Members
MemberDescription
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
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Win.Spread.InputMan.CellType.GcComboBoxEditorValue

See Also