基本信息
源码名称:侧边框支持2007工程文件
源码大小:5.63M
文件格式:.zip
开发语言:ASP
更新时间:2022-01-12
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 3 元 
   源码介绍

侧边框支持2007工程文件

Excel插件实现侧边栏效果源码


.
├── matrix.suo
├── matrix.v12.suo
├── 好例子网_侧边框支持2007工程文件.zip
└── 侧边框支持2007工程文件
    ├── Module1.vb
    ├── My Project
    │   ├── AssemblyInfo.vb
    │   ├── Resources.Designer.vb
    │   ├── Resources.resx
    │   ├── Settings.Designer.vb
    │   └── Settings.settings
    ├── Ribbon1.Designer.vb
    ├── Ribbon1.resx
    ├── Ribbon1.vb
    ├── Search_From.Designer.vb
    ├── Search_From.resx
    ├── Search_From.vb
    ├── ThisAddIn.Designer.vb
    ├── ThisAddIn.Designer.xml
    ├── ThisAddIn.vb
    ├── UserControl1.Designer.vb
    ├── UserControl1.resx
    ├── UserControl1.vb
    ├── bin
    │   ├── Debug
    │   └── Release
    │       ├── Microsoft.Office.Tools.Common.v4.0.Utilities.dll
    │       ├── Microsoft.Vbe.Interop.dll
    │       ├── Newtonsoft.Json.dll
    │       ├── Newtonsoft.Json.xml
    │       ├── Office.dll
    │       ├── Office.xml
    │       ├── mytools.dll
    │       ├── mytools.dll.manifest
    │       ├── mytools.pdb
    │       ├── mytools.vsto
    │       └── mytools.xml
    ├── mytools.sln
    ├── mytools.vbproj
    ├── mytools.vbproj.user
    ├── mytools_TemporaryKey.pfx
    ├── obj
    │   ├── Debug
    │   │   ├── DesignTimeResolveAssemblyReferences.cache
    │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
    │   │   ├── TempPE
    │   │   │   └── My Project.Resources.Designer.vb.dll
    │   │   └── mytools.vbproj.FileListAbsolute.txt
    │   └── Release
    │       ├── DesignTimeResolveAssemblyReferences.cache
    │       ├── DesignTimeResolveAssemblyReferencesInput.cache
    │       ├── TempPE
    │       │   └── My Project.Resources.Designer.vb.dll
    │       ├── mytools.Resources.resources
    │       ├── mytools.Ribbon1.resources
    │       ├── mytools.Search_From.resources
    │       ├── mytools.UserControl1.resources
    │       ├── mytools.dll
    │       ├── mytools.pdb
    │       ├── mytools.vbproj.CopyComplete
    │       ├── mytools.vbproj.CoreCompileInputs.cache
    │       ├── mytools.vbproj.FileListAbsolute.txt
    │       ├── mytools.vbproj.GenerateResource.cache
    │       ├── mytools.vbprojAssemblyReference.cache
    │       └── mytools.xml
    ├── packages
    │   └── Newtonsoft.Json.12.0.3
    │       ├── LICENSE.md
    │       ├── Newtonsoft.Json.12.0.3.nupkg
    │       ├── lib
    │       │   ├── net20
    │       │   │   ├── Newtonsoft.Json.dll
    │       │   │   └── Newtonsoft.Json.xml
    │       │   ├── net35
    │       │   │   ├── Newtonsoft.Json.dll
    │       │   │   └── Newtonsoft.Json.xml
    │       │   ├── net40
    │       │   │   ├── Newtonsoft.Json.dll
    │       │   │   └── Newtonsoft.Json.xml
    │       │   ├── net45
    │       │   │   ├── Newtonsoft.Json.dll
    │       │   │   └── Newtonsoft.Json.xml
    │       │   ├── netstandard1.0
    │       │   │   ├── Newtonsoft.Json.dll
    │       │   │   └── Newtonsoft.Json.xml
    │       │   ├── netstandard1.3
    │       │   │   ├── Newtonsoft.Json.dll
    │       │   │   └── Newtonsoft.Json.xml
    │       │   ├── netstandard2.0
    │       │   │   ├── Newtonsoft.Json.dll
    │       │   │   └── Newtonsoft.Json.xml
    │       │   ├── portable-net40 sl5 win8 wp8 wpa81
    │       │   │   ├── Newtonsoft.Json.dll
    │       │   │   └── Newtonsoft.Json.xml
    │       │   └── portable-net45 win8 wp8 wpa81
    │       │       ├── Newtonsoft.Json.dll
    │       │       └── Newtonsoft.Json.xml
    │       └── packageIcon.png
    └── packages.config

22 directories, 77 files