[]
Represents an interface for table header or footer row objects.
public interface ITableHeaderFooterRows : IItemCollection<ITableRow>, IReadOnlyList<ITableRow>, IReadOnlyCollection<ITableRow>, IEnumerable<ITableRow>, IEnumerable
| Name | Description |
|---|---|
| PrintAtBottom | Gets a value indicating whether these rows should be printed at the bottom of the page. |
| RepeatOnNewPage | Gets a value indicating whether these rows should be repeated on each page that the table or group is displayed on. |