Class CellCopyComboBoxEventArgs

CellCopyComboBoxEventArgs class

Provides data for cell copy ComboBox events.

public class CellCopyComboBoxEventArgs : EventArgs

Properties

NameDescription
Column { get; }Gets column index of worksheet.
ComboBoxItems { get; }Gets an object representing the collection of the items contained in this ComboBox.
comboBoxValues { get; }Gets an object representing the collection of the values contained in this ComboBox.
Handled { get; set; }Gets or sets the value indicating whether the event should be handled.
Row { get; }Gets row index of worksheet.

See Also