ExcelIntegrationGetPhaseList Method

Definition

Namespace: DWSIM.Thermodynamics.ExcelAddIn
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
[ExcelFunctionAttribute(Description = "Returns a list of the available phases.", 
	HelpTopic = "ExcelAddInHelp.chm!9")]
public static Object[,] GetPhaseList(
	[ExcelArgumentAttribute("The name of the Property Package to use.")] string proppack
)

Parameters

proppack  String
 

Return Value

Object

See Also