Content Preview: rss
172 days ago
C:\Windows\System32\XDaemon.exe -> XDaemon.exe.old C:\Windows\System32\XNet2.exe -> XNet2.exe.old .重启电脑 4170 无语了,中国式的,
225 days ago
// C# private void CreateChart() { // Now create the chart. Excel.Chart xlChart = (Excel.Chart)ThisWorkbook.Charts. Add(Type.Missing, xlSheet, Type.Missing, Type.Missing); Excel.Range cellRange = (Excel.Range)xlSheet.Cells[1, 1]; xlChart.ChartWizard(cellRange.CurrentRegion, Excel.Constants.xl3DBar, Type.Missing, Excel.XlRowCol.xlColumns, 1, 2, false, xlSheet.Name, Type.Missing, Type.Missing, Type.Missing); // Apply some formatting to the chart. xlChart.Name = xlSheet.Name + " Chart"; Excel.ChartGroup grp = (Excel.ChartGroup)xlChart.ChartGroups(1); grp.GapWidth = 20; grp.VaryByCategories = true; xlChart.ChartTitle.Font.Size = 16; xlChart.ChartTitle.Shadow = true; xlChart.ChartTitle.Border.LineStyle = Excel.Constants.xlSolid; }
233 days ago
to be investigate. Excel............................... too bad
253 days ago
Range cellRange = excelWorkSheet.get_Range(excelWorkSheet.Cells[1, 1], excelWorkSheet.Cells[1, 9]); cellRange.Font.Bold = true ; cellRange.Borders.LineStyle = 1; cellRange.Interior.Color = System.Drawing. ColorTranslator .ToOle(System.Drawing. Color .PaleGreen); COM惹的祸? 为啥数组会从1开始算? 为啥里面set 一个cell的backgroud color要这么麻烦? Range. Interior.Color 老婆的经典抱怨,Excel这个东西太烂了...
273 days ago
Customer Application Level: C:\Documents and Settings\v-yayou\Local Settings\Application Data\PCHealth\ErrorRep\QSignoff System Application Level: C:\WINDOWS\PCHealth\ERRORREP\QSIGNOFF



