Sets the width of a dividing line between two columns. If this property's value is zero there is no dividing line. Otherwise it is a value in twips.

<void> SectionFormat.setColumnLineWidth(<number> columnLineWidth, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
columnLineWidth The width of a dividing line between two columns.
callback Optional. Is called when the operation completed.
errorCallback Optional. Is called when the operation failed with an error.