ExcelMixer 技术细节(1)
- 星期二 二 3,2009 04:47 下午
- By admin
- In C#, ExcelMixer

ExcelMixer开发中所积累的一些技术与大家做下分享。
1圆角窗体 2鼠标拖拽
Asking costs nothing.

ExcelMixer开发中所积累的一些技术与大家做下分享。
1圆角窗体 2鼠标拖拽
1.要操作Excel,首先需要引用Microsoft Office 11.0 Object Library(VS2008 使用 Microsoft Office 12.0 Object Library)应该与你安装的程序版本对应。
2.包含
1 2 | using System.Runtime.InteropServices; // For COMException using Excel = Microsoft.Office.Interop.Excel; |
WP Cumulus Flash tag cloud by Roy Tanck requires Flash Player 9 or better.