11 2019 档案

vsto 检测是否在编辑状态或者光标闪动
摘要:object m = Type.Missing; const int MENU_ITEM_TYPE = 1; const int NEW_MENU = 18; CommandBarControl oNewMenu = ExcelGlobals.Application.CommandBars["Wor 阅读全文

posted @ 2019-11-25 09:37 GIS-MAN 阅读(318) 评论(0) 推荐(0)

c# dataTable 排序
摘要:if(columnBindingName== "modifyfrequency") { DataTable dt = this.dgvMyIndex.DataSource as DataTable; EnumerableRowCollection<DataRow> dayquery = from order in dt.AsEnumerable() where order.Field<string 阅读全文

posted @ 2019-11-01 09:40 GIS-MAN 阅读(439) 评论(0) 推荐(0)

导航