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 path to the primary .dna file for the Excel-DNA add-in
            
		- Assembly
- Cake.ExcelDnaPack .dll 
- Namespace
- Cake.ExcelDnaPack 
- Containing Type
- ExcelDna Pack Settings Extensions 
Syntax
public static ExcelDnaPackSettings SetDnaFilePath(this ExcelDnaPackSettings settings, FilePath dnaFilePath)Parameters
| Name | Type | Description | 
|---|---|---|
| settings | ExcelDnaPackSettings | The settings. | 
| dnaFilePath | FilePath | The path to the primary .dna file for the Excel-DNA add-in | 
Return Value
| Type | Description | 
|---|---|
| ExcelDnaPackSettings | The settings instance with DnaFilePathset to dnaFilePath. | 
