Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

선택된 셀들의 배경색을 설정합니다Set the background color for the selected cells.


Parameters:

NameTypeDescription
actionNameString액션 이름'cellBackground' cell background color setting API
colorCodeStringhex color (ex; '#000000' 형식의 컬러 코드)


Example:

Code Block
languagejs
themeEmacs
editor.execCommand('cellBackground', '#ff0000');

...