More PS6 friendly tests. Help and pos param tweaks in Conditional Fmt

This commit is contained in:
jhoneill
2018-10-15 13:14:14 +01:00
parent 01c58faea8
commit d26f0c66dd
6 changed files with 80 additions and 34 deletions

View File

@@ -33,7 +33,11 @@ function New-ConditionalText {
This builds on the previous example, and specifies a condition of <=3 with a format of Red text on a white background; this applies to a named range "Finish Position"
the range could be written "C:C" to specify a named column, or "C2:C102" to specify certain cells in the column.
.Link
Add-Add-ConditionalFormatting
New-ConditionalFormattingIconSet
#>
[cmdletbinding()]
param(
#[Parameter(Mandatory=$true)]