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


Fork me on GitHub