[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ComboBoxCellItem.Value

Value Property

Value

Gets or sets the value of the item.

Declaration
public object Value { get; set; }
Public Property Value As Object
Examples
ComboBoxCellItem item = new ComboBoxCellItem();
item.Value = "US";
object value = item.Value;