ExcelIntegrationGetCompoundPropList Method |
Namespace: DWSIM.Thermodynamics.ExcelAddInAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax [ExcelFunctionAttribute(Description = "Returns a list of the available single compound properties.",
HelpTopic = "ExcelAddInHelp.chm!3")]
public static Object[,] GetCompoundPropList()
<ExcelFunctionAttribute(Description := "Returns a list of the available single compound properties.",
HelpTopic := "ExcelAddInHelp.chm!3")>
Public Shared Function GetCompoundPropList As Object(,)
Request Example
View SourceReturn Value
ObjectSee Also