Adds a footer to the specified worksheet.
spreadsheetSetFooter(spreadsheetObj, leftFooter, centerFooter, rightFooter)
returns void
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| spreadsheetObj | variableName | Yes | The Excel spreadsheet object to which to add the footer. | |
| leftFooter | string | Yes | Adds the footer in the left side of the worksheet. | |
| centerFooter | string | Yes | Adds the footer in the center of the worksheet. | |
| rightFooter | string | Yes | Adds the footer in the right side of the worksheet. |