Set the background color for the selected cells.
Parameters:
Name | Type | Description |
---|---|---|
actionName | String | 'cellBackground' cell background color setting API |
colorCode | String | hex color (ex; '#000000') |
Example:
editor.execCommand('cellBackground', '#ff0000');