This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.ExcelDnaPack.
Summary
Set the output path for the packed .xll file. Default is
DnaFilePath
-packed.xll.
- Assembly
- Cake
.ExcelDnaPack .dll - Namespace
- Cake
.ExcelDnaPack - Containing Type
- Excel
Dna Pack Settings Extensions
Syntax
public static ExcelDnaPackSettings SetOutputXllFilePath(this ExcelDnaPackSettings settings, FilePath outputXllFilePath)
Parameters
Name | Type | Description |
---|---|---|
settings | ExcelDnaPackSettings | The settings. |
outputXllFilePath | FilePath | The output path for the packed .xll file. |
Return Value
Type | Description |
---|---|
ExcelDnaPackSettings | The settings instance with OutputXllFilePath set to outputXllFilePath. |