Excel UOInput Params Property
Gets or sets the dictionary of input parameters sent from the flowsheet to the spreadsheet.
Definition
Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
C#
public Dictionary<string, ExcelParameter> InputParams { get; set; }VB
Public Property InputParams As Dictionary(Of String, ExcelParameter)
Get
Set