property CalcEdit.FormatInvalid as String
Specifies the HTML format to show invalid lines.

TypeDescription
String A String expression that defines the HTML format to show invalid lines.
By default, the FormatInvalid property is "<fgcolor=FF0000><s> </s></fgcolor>", which indicates that invalid lines are shown in red as showing in the following screen shot. If the FormatInvalid property is "", the control does not highlight the invalid lines. The AllowFormatInvalidOnTyping property specifies whether the FormatInvalid property is applied on the current line, while typing into the control.

An invalid line is not evaluated, and so no result is being shown. The FormatResult property specifies the HTML format of the result. The FormatTotalResult / FormatSubTotalResult  property formats the Total / Sub-Total lines. The FormatCountResult / FormatSubCountResult property specifies the HTML format of lines that contains Count or SubCount aggregate function.

The list of supported built-in HTML tags is: