mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-06 00:23:20 +00:00
Update Bottom Spelling Error
This commit is contained in:
@@ -118,7 +118,7 @@
|
|||||||
Write-Warning -Message "The condition will look for the quotes at the start and end."
|
Write-Warning -Message "The condition will look for the quotes at the start and end."
|
||||||
}
|
}
|
||||||
if ($PSBoundParameters.ContainsKey("ConditionValue" ) -and
|
if ($PSBoundParameters.ContainsKey("ConditionValue" ) -and
|
||||||
$RuleType -match "Top|Botom" ) {$rule.Rank = $ConditionValue }
|
$RuleType -match "Top|Bottom" ) {$rule.Rank = $ConditionValue }
|
||||||
if ($PSBoundParameters.ContainsKey("ConditionValue" ) -and
|
if ($PSBoundParameters.ContainsKey("ConditionValue" ) -and
|
||||||
$RuleType -match "StdDev" ) {$rule.StdDev = $ConditionValue }
|
$RuleType -match "StdDev" ) {$rule.StdDev = $ConditionValue }
|
||||||
if ($PSBoundParameters.ContainsKey("ConditionValue" ) -and
|
if ($PSBoundParameters.ContainsKey("ConditionValue" ) -and
|
||||||
|
|||||||
Reference in New Issue
Block a user