Add NotEqual conditional type

This commit is contained in:
dfinke
2016-02-17 19:49:01 -05:00
parent 60151de80a
commit 1e2c468289
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ function New-ConditionalText {
[String]$Range,
[OfficeOpenXml.Style.ExcelFillStyle]$PatternType=[OfficeOpenXml.Style.ExcelFillStyle]::Solid,
[ValidateSet(
"Equal","ContainsText","NotContainsText","BeginsWith","EndsWith",
"NotEqual","Equal","ContainsText","NotContainsText","BeginsWith","EndsWith",
"Last7Days","LastMonth","LastWeek",
"NextMonth","NextWeek",
"ThisMonth","ThisWeek",