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