PrintInfo Reference > PrintInfo Properties > RepeatColumnHeaders Property (PrintInfo) |
This property sets or returns a Boolean that determines whether column headers should appear on each page.
PrintInfo.RepeatColumnHeaders= boolean
Read/Write at run time and design time.
If True, column headers are printed at the top of each physical page below the split headers and grid header, if present.
If False (the default), column headers are printed on the first page only.
Note
If the ColumnHeaders property of the associated TDBGrid control is False, then column headers are not printed, regardless of the setting of this property.