Click or drag to resize

ExcelIntegrationGetPropUnits Method


Namespace: DWSIM.Thermodynamics.ExcelAddIn
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
[ExcelFunctionAttribute(Description = "Returns the default units for a given property.", 
	HelpTopic = "ExcelAddInHelp.chm!11")]
public static string GetPropUnits(
	[ExcelArgumentAttribute("The property to get units for.")] string prop,
	[ExcelArgumentAttribute("The returning basis of the propertiy: Mole, Mass or UNDEFINED.")] string basis
)
Request Example View Source

Parameters

prop  String
 
basis  String
 

Return Value

String
See Also