ExcelIntegrationGetCompoundConstants Method |
Namespace: DWSIM.Thermodynamics.ExcelAddInAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax [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
)
<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(,)
Request Example
View SourceParameters
- compound String
-
Return Value
ObjectSee Also