About BoxPopulate Method
populate a listview with the specified key and value strings
Definition
Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
private void Populate(
ListView lvw,
string Key,
string Value
)VB
Private Sub Populate (
lvw As ListView,
Key As String,
Value As String
)