If a worksheet spans more than one page, you can print row and column headings or labels (also called print titles) on every page to ensure that the data is properly labeled.
Basically this would give access to the worksheet setting PageSetup.PrintTitleRows.
PageSetup.PrintTitleRows = @"$1:$1"; repeats the first row titles on each page.