1.Spread 分页设置、按需加载、固定时间间隔加载方法,请参考:点击进入
2. ComboCellType 使用方法,请参考:点击进入
以列为单位设置单元格类型:
- FarPoint.Web.Spread.Column mycol;
- FarPoint.Web.Spread.ComboBoxCellType mycell=newFarPoint.Web.Spread.ComboBoxCellType();
- mycol=FpSpread1.ActiveSheetView.Columns[0];
- mycol.CellType=mycell;
复制代码
3.ComboBoxCellType 下拉触发后台事件:
ComboCellTypeTest.zip
(14.95 KB, 下载次数: 389)
|
|