[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ComboBoxCellType.EditorValueType

EditorValueType Property

EditorValueType

Gets or sets the value that is written to the underlying data model.

Declaration
public EditorValueType EditorValueType { get; set; }
Public Property EditorValueType As EditorValueType
Examples
ComboBoxCellType cellType = new ComboBoxCellType();
cellType.EditorValueType = EditorValueType.Value;
EditorValueType editorValueType = cellType.EditorValueType;