OnCellUpdatedClientFunction
MainWeb.OnCellUpdatedClientFunction property
获取或设置更新单元格值时要调用的客户端函数名称。 客户端函数应声明如下: 函数 MyOnCellUpdated(单元格) { alert(this.getCellValueByCell(cell)); }注意:您可以在客户端函数中使用“this”指针来指向触发事件的网格控件。
public string OnCellUpdatedClientFunction { get; set; }
也可以看看
- class MainWeb
- 命名空间 Aspose.Cells.GridWeb
- 部件 Aspose.Cells.GridWeb