[]
Determines how to storage the value of cell
public enum ComboBoxValueType
Public Enum ComboBoxValueType
Name | Description |
---|---|
Default | Same as the Text if the GrapeCity.Wpf.SpreadSheet.CellType.ComboBoxCellType.ItemsSource is null; otherwise, the behave is same as the SelectedValue. |
SelectedIndex | Storage the selected index to the value of cell. |
SelectedItem | Storage the selected item to the value of cell. |
SelectedValue | Storage the selected value to the value of cell. |
Text | Storage the item text to the value of cell. |