Excel IntegrationGet Compound Constants 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 compound constants and their values from the corresponding loaded database.",
HelpTopic = "ExcelAddInHelp.chm!1")]
public static Object[,] GetCompoundConstants(
[ExcelArgumentAttribute("Compound name.")] string compound
)VB
<ExcelFunctionAttribute(Description := "Returns a list of compound constants and their values from the corresponding loaded database.",
HelpTopic := "ExcelAddInHelp.chm!1")>
Public Shared Function GetCompoundConstants (
<ExcelArgumentAttribute("Compound name.")> compound As String
) As Object(,)Parameters
- compound String