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])
Parameter | Description |
---|---|
equal |
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. |
error |
Optional. Is called when the operation failed with an error. |