02 2021 档案

Excel合并单元格 NPOI实现
摘要:首先根据条件,记录需合并单元格的起始行和结束行 string oldCol0 = ""; //上一行的值,相同则合并 List<List<int>> mergs = new List<List<int>>(); //各段需合并的单元格行号 List<int> submerg = new List<i 阅读全文

posted @ 2021-02-20 19:29 mol1995 阅读(621) 评论(0) 推荐(0)

mouse_event模拟鼠标滚轮
摘要:API.mouse_event((int)(YingHeBLL.MouseEventFlags.Wheel | YingHeBLL.MouseEventFlags.Absolute), 0, 0, -380, IntPtr.Zero); 阅读全文

posted @ 2021-02-06 16:38 mol1995 阅读(1021) 评论(0) 推荐(0)

导航