ExcelIntegrationGetCompoundConstants Method

Definition

Namespace: DWSIM.Thermodynamics.ExcelAddIn
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
[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
)

Parameters

compound  String
 

Return Value

Object

See Also