回复 1楼mm640803的帖子
mm640803 你好,
如果只清除数据,代码如下:
- int colcount = gcspreadsheet1.Sheets[0].ColumnCount;
- int rowcount = gcspreadsheet1.Sheets[0].RowCount;
- gcspreadsheet1.Sheets[0].Clear(0, 0, rowcount, colcount, GrapeCity.Windows.SpreadSheet.Data.SheetArea.Cells);
复制代码
请问您使用的是 Silverlight 还是 WPF 平台?C1提供了 ProcessBar 控件,Silverlight 在线示例:
http://demos.componentone.com/si ... %20it%20in%20action |