![]() |
#2
jxnuwy042007-10-15 08:40
|
if(count>0)
{
for(int i=1;i<count;i++)
{
if(i%6==0)
{
DataRow dr = ds.Tables[0].NewRow();
ds.Tables[0].Rows.InsertAt(dr,i-1);
}
}
}
这些是加上空行的代码..
会有后面会有很长一些是没加上空行的
只有本站会员才能查看附件,请 登录
[此贴子已经被作者于2007-10-14 21:17:45编辑过]