回复 2楼tingche的帖子
请通过以下代码测试:
- FpSpread1.ActiveSheetView.ColumnCount=10;
- FpSpread1.ActiveSheetView.PageSize=20;
- FpSpread1.ActiveSheetView.RowCount=20;
- FarPoint.Web.Spread.Columnmycol;
- mycol=FpSpread1.ActiveSheetView.Columns[1];
- mycol.Label="FarPoint";
- TextBox1.Text=mycol.Label;
复制代码 |