Click or drag to resize

ExcelIntegrationGetPropList Method


Namespace: DWSIM.Thermodynamics.ExcelAddIn
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
[ExcelFunctionAttribute(Description = "Returns a list of the available properties.", 
	HelpTopic = "ExcelAddInHelp.chm!8")]
public static Object[,] GetPropList(
	[ExcelArgumentAttribute("The name of the Property Package to use.")] string proppack
)
Request Example View Source

Parameters

proppack  String
 

Return Value

Object
See Also