CellFormatEventHandler
CellFormatEventHandler delegate
表示打算处理单元格格式事件的方法。
public delegate void CellFormatEventHandler(object sender, CellFormatEventArgs e);
| 范围 | 类型 | 描述 |
|---|---|---|
| sender | Object | 事件的来源。 |
| e | CellFormatEventArgs | 事件参数。 |
表示打算处理单元格格式事件的方法。
public delegate void CellFormatEventHandler(object sender, CellFormatEventArgs e);
| 范围 | 类型 | 描述 |
|---|---|---|
| sender | Object | 事件的来源。 |
| e | CellFormatEventArgs | 事件参数。 |