DataLudi Grid v.1 > Classes > GridStyles
GridStyles.fontLinethrough property
When display the strikethrough on the text, specifies true.
- Getter
- function fontLinethrough(): Boolean
- Setter
- function setFontLinethrough(value: Boolean)
Code -1
columns.setStyles({
fontLineThrough: true
});
- See Also
- fontBold
- fontItalic
- fontUnderline
- fontName
- fontSize
- Style Overview
- Examples
- Column Styles