IPrxSheet.HeadersFooters

Syntax

HeadersFooters: IPrxSheetHeaders;

HeadersFooters: Prognoz.Platform.Interop.Report.IPrxSheetHeaders;

Description

The HeadersFooters property returns the collection of headers and footers of regular report pages.

Comments

To determine regular report page name, use the IPrxSheet.Name property.

Fore and Fore.NET Examples

The property use is given in the example for IPrxSheetHeaders.FirstPageHeader.

See also:

IPrxSheet