spreadsheetSetFooter

Adds a footer to the specified worksheet.

spreadsheetSetFooter(spreadsheetObj, leftFooter, centerFooter, rightFooter) → returns void

Argument Reference

spreadsheetObj variableName
Required

The Excel spreadsheet object to which to add the footer.

leftFooter string
Required

Adds the footer in the left side of the worksheet.

centerFooter string
Required

Adds the footer in the center of the worksheet.

rightFooter string
Required

Adds the footer in the right side of the worksheet.

Examples
Sample code invoking the spreadsheetSetFooter function

Signup for cfbreak to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.

Fork me on GitHub