ニュース

So, my stored procedure returns all the desired data in columns with the column titles and everything. That report now needs to print as an Excel file when the user clicks on a button on a form ...
How do you hide columns in a datagrid? The columns are needed in queries I just don't want some of them outputted to the user however.If I do in my form load:OleDbDataAdapter1.Fill(DataFillView ...