MaterialStreamEditorPopulateCompGrid Method |
Namespace: DWSIM.ThermodynamicsAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public void PopulateCompGrid(
DataGridView grid,
List<ICompound> complist,
string amounttype
)
Public Sub PopulateCompGrid (
grid As DataGridView,
complist As List(Of ICompound),
amounttype As String
)
Request Example
View SourceParameters
- grid DataGridView
-
- complist ListICompound
-
- amounttype String
-
See Also