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