Form Flowsheettsmi Export Data_ Click Method
Handles the Edit → Export Data menu click by copying the selected object's simulation properties to the clipboard as tab-delimited text.
Definition
Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public void tsmiExportData_Click(
Object sender,
EventArgs e
)VB
Public Sub tsmiExportData_Click (
sender As Object,
e As EventArgs
)