PopulateFooterTemplate Method
The PopulateFooterTemplate method populates the document page's footer template with information from the specified worksheet.
Syntax
object.PopulateFooterTemplate( pageIndex, worksheetFile )
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
| pageIndex | Variant | The 1-based index to the plot page list in the document. |
| worksheetFile | String | The worksheet file used to populate the footer. |
Example
The following example demonstrates how to populate the footer of the first page.
'Apply worksheet data to the page footer
Plot.PopulateFooterTemplate(1, "C:\Data\FooterInfo.xlsx")
Used by: Document Object