ChangeSectionEqualColumnCountCommand.execute(columnCount) Method
Executes the ChangeSectionEqualColumnCountCommand command with the specified parameter.
Declaration
execute(
columnCount: number
): boolean
Parameters
| Name | Type | Description |
|---|---|---|
| columnCount | number | The number of section columns having the same width. |
Returns
| Type | Description |
|---|---|
| boolean |
|
Remarks
Usage example:
richEdit.commands.changeSectionEqualColumnCount.execute(2);
See Also