Excel IntegrationGet Model List Method
Definition
Namespace: DWSIM.Thermodynamics.ExcelAddIn
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
[ExcelFunctionAttribute(Description = "Returns a list of the thermodynamic models.",
HelpTopic = "ExcelAddInHelp.chm!5")]
public static Object[,] GetModelList()VB
<ExcelFunctionAttribute(Description := "Returns a list of the thermodynamic models.",
HelpTopic := "ExcelAddInHelp.chm!5")>
Public Shared Function GetModelList As Object(,)