HotXLS dokumentacija

Set this property to the empty string ('') to turn off title rows

This example defines row three as the title row, and it defines columns one through three as the title columns

Pastabos

Set this property to the empty string ('') to turn off title rows This example defines row three as the title row, and it defines columns one through three as the title columns

Workbook.Worksheets[

].PageSetup.PrintTitleRows :=

'$3:$3'

].PageSetup.PrintTitleColumns :=

Workbook.Worksheets[1].PageSetup.PrintTitleRows := '$3:$3';
Workbook.Worksheets[1].PageSetup.PrintTitleColumns := '$A:$C';