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])
Parameter | Description |
---|---|
column |
The width of a dividing line between two columns. |
callback | Optional. Is called when the operation completed. |
error |
Optional. Is called when the operation failed with an error. |