详细代码如下:
- FarPoint.Win.Spread.Design.common.LoadResourceManagerForStrings();
- FarPoint.Win.Spread.Design.CellTypeDlgV3 ctd = new CellTypeDlgV3(fpSpread1);
- ctd.celltype = DesignerMain.CellTypeEnum.ComboCellType;
- ctd.InitValues(this.fpSpread1.ActiveSheet.ActiveCell.CellType, "");
- ctd.ShowDialog();
复制代码 |