Advertisement

分享一点知识累积 (第 一次)

阅读量:
spread 知识点滴积累
width="100%" scrolling="no" height="20" frameborder="0" src="Sys/ContentInfo.aspx?id=234" marginheight="0" marginwidth="0" name="ifinfo" id="ifinfo">
spread 中checkbox的用法 forpoint spreadsheet 列类别选择combo就可以了 spread的帮助文件中间搜索 CellType property, check box cells //------------------------------------------------------ 是这样的,我的webform上放了一个FpSpread控件,我想把行头变成checkbox样式,我的方法是在后台代码中定义: FarPoint.Web.Spread.CheckBoxCellType celltype = new FarPoint.Web.Spread.CheckBoxCellType(); 然后将此type赋给行头: FpSpread1.ActiveSheetView.RowHeader.Cells[0,0].CellType=celltype; 我的问题是:1.如果我想用一个Button控制当点击

全部评论 (0)

还没有任何评论哟~