Sets the number of columns on a page.
<void> SectionFormat.setColumns(<number> columns, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
columns | The number of columns on a page. |
callback | Optional. Is called when the operation completed. |
error |
Optional. Is called when the operation failed with an error. |