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