Excel IntegrationGet Compound Prop 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 available single compound properties.",
HelpTopic = "ExcelAddInHelp.chm!3")]
public static Object[,] GetCompoundPropList()VB
<ExcelFunctionAttribute(Description := "Returns a list of the available single compound properties.",
HelpTopic := "ExcelAddInHelp.chm!3")>
Public Shared Function GetCompoundPropList As Object(,)