Skip to main content

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

true if the command has been successfully executed; false if the command execution has failed.

Remarks

Usage example:

richEdit.commands.changeSectionEqualColumnCount.execute(2);
See Also