Is it possible to change the text of the column headings in a datagrid?
I am importing a spreadsheet into a dataset using the following sql:
The spreadsheet has many columns which will remain static but have the underlying corp system field names as headings.
I would like to be able to populate the datagrid with the spreadsheet data but customize the headings.
Can this be done?
I am importing a spreadsheet into a dataset using the following sql:
Visual Basic:
SELECT * FROM [Sheet1$]
The spreadsheet has many columns which will remain static but have the underlying corp system field names as headings.
I would like to be able to populate the datagrid with the spreadsheet data but customize the headings.
Can this be done?