wjj_123 你好,
结合 http://gcdn.grapecity.com/showtopic-4446.html 中的 Demo,设置下面代码:
- protected void FpSpread1_ButtonCommand(object sender, FarPoint.Web.Spread.SpreadCommandEventArgs e)
- {
- Button2_Click(this.Button2, new EventArgs());
- }
- protected void Button2_Click(object sender, EventArgs e)
- {
- }
复制代码 |