Formula
String rw backgroundColor
The background color of the receiver in hex format (e.g. blue would be "#0000FF").
String ro errorMessage
The current error message for this formula, or null if there is no error.
boolean rw fontBold
True if font is bold.
String rw fontFace
The font family name.
boolean rw fontItalic
True if font is italic.
float rw fontSize
The point size of the font.
boolean rw fontStrikethrough
True if font is strikethrough.
boolean rw fontUnderline
True if font is underlined.
String rw foregroundColor
The foreground color of the receiver in hex format (e.g. blue would be "#0000FF").
String rw text
The text of the formula.
String ro warningMessage
The current warning message for this formula, or null if there is no warning.