}
}
_pointtopleft = new point(this.getcellbounds(0,0).x + 4, this.getcellbounds(0,0).y + 4);
}
// 上面的所作的只是把原数据源数据导入到_pagedatasource这个datatable里面,在这里有
//人可能要问为什么不用 _pagedatasource = (datatable)this.datasource;
// 而使用
//datarow drrow = _pagedatasource.newrow();
//drrow.itemarray = ((dataview)datasource).table.rows[i].itemarray;
//_pagedatasource.rows.add(drrow);