Sets the widths, in twips, of the columns on a page.

<void> SectionFormat.setColumnWidths(<number[]> columnWidths, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
columnWidths The widths, in twips, of the columns on a page.
callback Optional. Is called when the operation completed.
errorCallback Optional. Is called when the operation failed with an error.