ExcelIntegrationGetModelList Method |
Namespace: DWSIM.Thermodynamics.ExcelAddInAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax [ExcelFunctionAttribute(Description = "Returns a list of the thermodynamic models.",
HelpTopic = "ExcelAddInHelp.chm!5")]
public static Object[,] GetModelList()
<ExcelFunctionAttribute(Description := "Returns a list of the thermodynamic models.",
HelpTopic := "ExcelAddInHelp.chm!5")>
Public Shared Function GetModelList As Object(,)
Request Example
View SourceReturn Value
ObjectSee Also