摘要:
默认无格式的情况下: 如果想要保持单元格里面内容长度一致的话,就要把单元格格式设置为text 效果如下: 代码设置格式: spreadsheetControl1.ActiveWorksheet.Range.Parse("1:1048576").NumberFormat = "@"; 参考:https 阅读全文
摘要:
this.gridView1.Appearance.FocusedRow.BackColor = System.Drawing.Color.DarkSalmon; this.gridView1.Appearance.FocusedRow.Font = new System.Drawing.Font( 阅读全文
摘要:
public class User32API { private static Hashtable processWnd = null; public delegate bool WNDENUMPROC(IntPtr hwnd, uint lParam); static User32API() { 阅读全文