ExcelIntegrationGetPhaseList 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 phases.",
HelpTopic = "ExcelAddInHelp.chm!9")]
public static Object[,] GetPhaseList(
[ExcelArgumentAttribute("The name of the Property Package to use.")] string proppack
)
<ExcelFunctionAttribute(Description := "Returns a list of the available phases.",
HelpTopic := "ExcelAddInHelp.chm!9")>
Public Shared Function GetPhaseList (
<ExcelArgumentAttribute("The name of the Property Package to use.")> proppack As String
) As Object(,)
Request Example
View SourceParameters
- proppack String
-
Return Value
ObjectSee Also