Can PrintTitleRows method be restricted to a region instead of the whole worksheet ?
I use the PrintTitleRows method for printing at top of each new page such as
ExcelSheet.PageSetup.PrintTitleRows= "$30:$30" . However, the last part of a
report which is printed should not display this toprow. Therefore I was
wondering whether there is a way or trick to have a region to which the
Titlerows can be restricted to.
regards,
Oscar
|