Sets a value indicating whether the columns on a page have all the same width and the same distance between them. If this property is set to true, the width of the columns are automatically calculated from the page size.

<void> SectionFormat.setEqualColumnWidth(<boolean> equalColumnWidth, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
equalColumnWidth Indicates whether the columns on a page have all the same width and the same distance between them.
callback Optional. Is called when the operation completed.
errorCallback Optional. Is called when the operation failed with an error.