Excel IntegrationGet User Interaction Parameter Set 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 the interaction parameters stored in user databases for a given binary/model combination.",
HelpTopic = "ExcelAddInHelp.chm!7")]
public static Object[,] GetUserInteractionParameterSet(
[ExcelArgumentAttribute("Thermodynamic Model (use 'GetModelList' to get a list of available models).")] string Model,
[ExcelArgumentAttribute("The name of the first compound.")] string Compound1,
[ExcelArgumentAttribute("The name of the second compound.")] string Compound2
)VB
<ExcelFunctionAttribute(Description := "Returns the interaction parameters stored in user databases for a given binary/model combination.",
HelpTopic := "ExcelAddInHelp.chm!7")>
Public Shared Function GetUserInteractionParameterSet (
<ExcelArgumentAttribute("Thermodynamic Model (use 'GetModelList' to get a list of available models).")> Model As String,
<ExcelArgumentAttribute("The name of the first compound.")> Compound1 As String,
<ExcelArgumentAttribute("The name of the second compound.")> Compound2 As String
) As Object(,)