資源簡(jiǎn)介
可實(shí)現(xiàn)對(duì)ini文件的讀取,顯示在界面上,并通過輸入字段,可查找到相應(yīng)的數(shù)值
代碼片段和文件信息
using?System;
using?System.Data;
using?System.Configuration;
using?System.Web;
using?Microsoft.Office.Interop;
using?Microsoft.Office.Core;
namespace?Microsoft.Office.Interop.ExcelEdit
{
????///?
????///?Microsoft.Office.Interop.ExcelEdit?的摘要說明
????///?
????public?class?ExcelEdit
????{
????????public?string?mFilename;
????????public?Microsoft.Office.Interop.Excel.Application?app;
????????public?Microsoft.Office.Interop.Excel.Workbooks?wbs;
????????public?Microsoft.Office.Interop.Excel.Workbook?wb;
????????public?Microsoft.Office.Interop.Excel.Worksheets?wss;
????????public?Microsoft.Office.Interop.Excel.Worksheet?ws;
????????public?ExcelEdit()
????????{
????????????//
????????????//?TODO:?在此處添加構(gòu)造函數(shù)邏輯
????????????//
????????}
????????public?vo
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件??????32768??2019-09-22?17:31??FileOperate\ExcelOperate\bin\Debug\ExcelOperate.exe
?????文件??????32256??2019-09-22?17:31??FileOperate\ExcelOperate\bin\Debug\ExcelOperate.pdb
?????文件??????22472??2019-09-22?21:17??FileOperate\ExcelOperate\bin\Debug\ExcelOperate.vshost.exe
?????文件????????490??2010-03-17?22:39??FileOperate\ExcelOperate\bin\Debug\ExcelOperate.vshost.exe.manifest
?????文件??????11693??2019-09-22?17:02??FileOperate\ExcelOperate\ExcelHelp.cs
?????文件???????5212??2019-09-22?17:02??FileOperate\ExcelOperate\ExcelOperate.csproj
?????文件???????1928??2019-09-22?17:31??FileOperate\ExcelOperate\Form1.cs
?????文件???????4297??2019-09-22?17:17??FileOperate\ExcelOperate\Form1.Designer.cs
?????文件???????5817??2019-09-22?17:17??FileOperate\ExcelOperate\Form1.resx
?????文件???????1415??2019-09-22?21:16??FileOperate\ExcelOperate\obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????7262??2019-09-22?16:41??FileOperate\ExcelOperate\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件???????1157??2019-09-22?21:17??FileOperate\ExcelOperate\obj\Debug\ExcelOperate.csproj.FileListAbsolute.txt
?????文件????????975??2019-09-22?17:31??FileOperate\ExcelOperate\obj\Debug\ExcelOperate.csproj.GenerateResource.Cache
?????文件????????987??2019-09-22?17:31??FileOperate\ExcelOperate\obj\Debug\ExcelOperate.csproj.ResolveComReference.cache
?????文件??????32768??2019-09-22?17:31??FileOperate\ExcelOperate\obj\Debug\ExcelOperate.exe
?????文件????????180??2019-09-22?17:31??FileOperate\ExcelOperate\obj\Debug\ExcelOperate.Form1.resources
?????文件??????32256??2019-09-22?17:31??FileOperate\ExcelOperate\obj\Debug\ExcelOperate.pdb
?????文件????????180??2019-09-22?17:31??FileOperate\ExcelOperate\obj\Debug\ExcelOperate.Properties.Resources.resources
?????文件?????430080??2019-09-22?17:31??FileOperate\ExcelOperate\obj\Debug\Interop.Office.dll
?????文件??????44032??2019-09-22?17:31??FileOperate\ExcelOperate\obj\Debug\Interop.VBIDE.dll
?????文件????????493??2019-09-22?16:31??FileOperate\ExcelOperate\Program.cs
?????文件???????1344??2019-09-22?16:31??FileOperate\ExcelOperate\Properties\AssemblyInfo.cs
?????文件???????2876??2019-09-22?16:31??FileOperate\ExcelOperate\Properties\Resources.Designer.cs
?????文件???????5612??2019-09-22?16:31??FileOperate\ExcelOperate\Properties\Resources.resx
?????文件???????1099??2019-09-22?16:31??FileOperate\ExcelOperate\Properties\Settings.Designer.cs
?????文件????????249??2019-09-22?16:31??FileOperate\ExcelOperate\Properties\Settings.settings
?????文件??????11776??2019-09-22?16:12??FileOperate\FileOperate\bin\Debug\FileOperate.exe
?????文件??????28160??2019-09-22?16:12??FileOperate\FileOperate\bin\Debug\FileOperate.pdb
?????文件??????22472??2019-09-22?21:17??FileOperate\FileOperate\bin\Debug\FileOperate.vshost.exe
?????文件????????490??2010-03-17?22:39??FileOperate\FileOperate\bin\Debug\FileOperate.vshost.exe.manifest
............此處省略39個(gè)文件信息
評(píng)論
共有 條評(píng)論