Acdiu 1.0.0.22

There is a newer version of this package available.
See the version list below for details.
dotnet add package Acdiu --version 1.0.0.22
                    
NuGet\Install-Package Acdiu -Version 1.0.0.22
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Acdiu" Version="1.0.0.22" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Acdiu" Version="1.0.0.22" />
                    
Directory.Packages.props
<PackageReference Include="Acdiu" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Acdiu --version 1.0.0.22
                    
#r "nuget: Acdiu, 1.0.0.22"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Acdiu@1.0.0.22
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Acdiu&version=1.0.0.22
                    
Install as a Cake Addin
#tool nuget:?package=Acdiu&version=1.0.0.22
                    
Install as a Cake Tool

个人汉语限定版常用函数封装。对各函数进行简化处理;包含类目:C#、WPF、Excel

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.1.1 671 9/9/2021
1.0.0.24 494 7/30/2021
1.0.0.23 532 7/27/2021
1.0.0.22 495 7/8/2021
1.0.0.21 491 5/28/2021
1.0.0.2 489 5/27/2021
1.0.0.1 496 5/25/2021
1.0.0 499 5/20/2021

2021-07-28 版本更新V1.0.0.22
添加 为 Acdiu.K_键盘.按下()加入重载函数:按下(System.Action, [System.Action], [System.Action], [System.Action]);
为 Acdiu.键码 下的键码常量添加Key类型常量;

2021-06-29
添加 Excel:Excel.RibbonGroup控件批量显示/隐藏:Group开关(this RibbonGroup, [RibbonGroup[]], [bool]);
通用变量定义:方向箭头字符串赋值:Acdiu.符号.名字点/上/下/左/左上/左下/右/右上/右下;
清除数据有效性验证:Excel.清除_数据验证(this Application);

2021-06-24
添加 字符串拆分函数:Acdiu.Ac.拆分(this string, [string[] ], [bool ]);Acdiu.Ac.转数组(this string, [string[] ], [bool ])

2021-06-19
添加 延时函数:延时(this int 时间_秒)

2021-06-04
新增 为Excel新增Find重定义:Excel.查找(this Range, Object, ...) / Excel.Find_(this Range, Object, ...)

2021-05-29
修改 废弃Excel.Run(Excel.Application,Action<>,...)与Excel.Func(Excel.Application,Func<>,...)的有参多重重载,只留下无参函数
参数直接在表达式内或调用函数之前定义