[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.EditorValue

EditorValue 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: FarPoint.Win.Spread.CellType
Assembly: FarPoint.Win.Spread.dll
Syntax
public enum EditorValue
Public Enum EditorValue

Fields

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