CellCopyComboBoxEventArgs

CellCopyComboBoxEventArgs class

为单元格复制 ComboBox 事件提供数据。

public class CellCopyComboBoxEventArgs : EventArgs

特性

姓名描述
Column { get; }获取工作表的列索引。
ComboBoxItems { get; }获取一个对象,该对象表示此 ComboBox 中包含的项目的集合。
comboBoxValues { get; }获取一个对象,该对象表示此 ComboBox 中包含的值的集合。
Handled { get; set; }获取或设置是否应该处理事件的值。
Row { get; }获取工作表的行索引。

也可以看看