Excel IntegrationGet 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 properties.",
HelpTopic = "ExcelAddInHelp.chm!8")]
public static Object[,] GetPropList(
[ExcelArgumentAttribute("The name of the Property Package to use.")] string proppack
)VB
<ExcelFunctionAttribute(Description := "Returns a list of the available properties.",
HelpTopic := "ExcelAddInHelp.chm!8")>
Public Shared Function GetPropList (
<ExcelArgumentAttribute("The name of the Property Package to use.")> proppack As String
) As Object(,)Parameters
- proppack String