Increases to test coverage (now >80%)

This commit is contained in:
jhoneill
2018-07-26 00:57:41 +01:00
parent 7995503bd3
commit 5082d2120d
7 changed files with 36 additions and 22 deletions

View File

@@ -78,7 +78,7 @@
[int]$TextRotation ,
#Set cells to a fixed hieght
[float]$Height,
#If Specified, return an ExcelPackage object to allow further work to be done on the file
#If Specified, return a row object to allow further work to be done
[switch]$PassThru
)