ExcelDnaPackSettingsExtensions.

SetOutputXllFilePath(ExcelDnaPackSettings, FilePath) Method

Summary

Set the output path for the packed .xll file. Default is DnaFilePath-packed.xll.

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.