报错的问题解决了,谢谢!
但是,使用下面的代码,不管选中的单元格是什么类型,都弹出空类型的窗体。我想实现在弹出的单元格类型窗体中,默认加载活动单元格的类型。我是用下面的代码:- FarPoint.Win.Spread.Design.common.LoadResourceManagerForStrings();
- FarPoint.Win.Spread.Design.CellTypeDlgV3 ctd = new FarPoint.Win.Spread.Design.CellTypeDlgV3(fpSpread1);
- if (fpSpread4.ActiveSheet.ActiveCell.CellType != null)
- ctd.ApplyCellType(fpSpread1.ActiveSheet.ActiveCell.CellType, false);
- ctd.ShowDialog();
复制代码 但是没有效果,继续请求支援! |