Added conditional type for lt, le, gt, ge

This commit is contained in:
dfinke
2016-02-29 10:01:05 -05:00
parent 5d449f91e6
commit 8f05e9d57d
3 changed files with 30 additions and 2 deletions

View File

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