Skip to main content
A newer version of this page is available. .

ChangeSectionEqualColumnCountCommand.execute(columnCount) Method

Executes the ChangeSectionEqualColumnCountCommand command with the specified parameter.

Declaration

execute(
    columnCount: number
): boolean

Parameters

Name Type Description
columnCount number

An interger number specifying 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