mirror of
https://github.com/dfinke/ImportExcel.git
synced 2026-02-27 09:53:29 +00:00
Made parameter names the same
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
function New-ConditionalFormattingIconSet {
|
||||
param(
|
||||
[Parameter(Mandatory=$true)]
|
||||
$Address,
|
||||
$Range,
|
||||
[ValidateSet("ThreeIconSet","FourIconSet","FiveIconSet")]
|
||||
$ConditionalFormat,
|
||||
[Switch]$Reverse
|
||||
@@ -42,7 +42,7 @@ function New-ConditionalFormattingIconSet {
|
||||
$bp = @{}+$PSBoundParameters
|
||||
|
||||
$obj = [PSCustomObject]@{
|
||||
Address = $Address
|
||||
Range = $Range
|
||||
Formatter = $ConditionalFormat
|
||||
IconType = $bp.IconType
|
||||
Reverse = $Reverse
|
||||
|
||||
Reference in New Issue
Block a user