Page tree
Skip to end of metadata
Go to start of metadata

Set border style for the selected cells


Parameters:

NameTypeDescription
actionNameString'setBorderStyle' cell border style setting API
styleString

'none', 'solid', 'dotted', 'dashed', 'double'


Example:

editor.execCommand('setBorderStyle', 'none'); // border none
editor.execCommand('setBorderStyle', 'solid'); // solid line
  • No labels