摘要:
#region 导出四个表格到Excel /// /// 导出四个表格到Excel /// /// /// /// /// /// /// /... 阅读全文
posted @ 2015-07-15 18:36 yushff 阅读(212) 评论(0) 推荐(0)
|
||
|
摘要:
#region 导出四个表格到Excel /// /// 导出四个表格到Excel /// /// /// /// /// /// /// /... 阅读全文
posted @ 2015-07-15 18:36 yushff 阅读(212) 评论(0) 推荐(0)
摘要:
/// /// 根据查询条件构造/// /// 查询条件public void FilterLayer(string where){IFeatureLayer flyr = (IFeatureLayer)axMapControl1.get_Layer(0);IFeatureClass fcls = ... 阅读全文
posted @ 2015-07-15 18:34 yushff 阅读(299) 评论(0) 推荐(0)
摘要:
如已绑定过数据源:DataTable dt = (dataGridView1.DataSource as DataTable)如未绑定过数据源:public DataTable GetDgvToTable(DataGridView dgv) { DataTable... 阅读全文
posted @ 2015-07-15 18:33 yushff 阅读(314) 评论(0) 推荐(0) |
||