LineHeight.configure({ resizable: false, cellMinWidth: 50 })
setLineHeight
// Set to 1.5x spacing setLineHeight(1.5) // Set to 24px spacing setLineHeight('24px') // Set to double spacing setLineHeight(2)
unsetLineHeight
unsetLineHeight()
LineHeightValue
Was this page helpful?