Click or drag to resize

ExcelIntegrationGetCompoundConstants Method


Namespace: DWSIM.Thermodynamics.ExcelAddIn
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
[ExcelFunctionAttribute(Description = "Returns a list of compound constants and their values from the corresponding loaded database.", 
	HelpTopic = "ExcelAddInHelp.chm!1")]
public static Object[,] GetCompoundConstants(
	[ExcelArgumentAttribute("Compound name.")] string compound
)
Request Example View Source

Parameters

compound  String
 

Return Value

Object
See Also