K
KC
How can I set a newly created DataGrid object equal to a particular DataGrid
in my app? I'm loading data from a file and one of the things the file
contains is the name of the datagrid used to view the data.
something like:
Dim dg as DataGrid
Dim nameOfDataGrid as string
....
[read file and get datagrid name]
....
dg = nameOfDataGrid
in my app? I'm loading data from a file and one of the things the file
contains is the name of the datagrid used to view the data.
something like:
Dim dg as DataGrid
Dim nameOfDataGrid as string
....
[read file and get datagrid name]
....
dg = nameOfDataGrid