I have a
VB.net application that outputs report from datagrid to excel.
I now need to modify the setting to print landscape and add a header with
date time exc.
I use Response.AppendHeader("Content-Disposition",
"inline;filename=test.xls")
Does Excel have doc on how to modify properties using
VB.net?