Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / EditorValue Enumeration


EditorValue Enumeration
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
'Declaration
 
Public Enum EditorValue 
   Inherits System.Enum
 
'Usage
 
Dim instance As EditorValue
Members
MemberDescription
Index[1] Writes the index of the selected item to the model
ItemData[2] Writes the corresponding data of the selected item to the model
String[0] Writes the text value of the selected item to the model
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Spread.CellType.EditorValue

See Also