Class CellComboBoxEventArgs

CellComboBoxEventArgs class

Provides data for cell ComboBox events.

public class CellComboBoxEventArgs : CellControlEventArgs

Properties

NameDescription
Column { get; }Gets column index of worksheet.(Inherited from CellControlEventArgs.)
Handled { get; set; }Gets or sets the value indicating whether the event should be handled.
NewValue { get; }Gets the new value to be set.
Row { get; }Gets row index of worksheet.(Inherited from CellControlEventArgs.)

See Also