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