TRichString.Add Method Adds two richstrings together. You can just use the overloaded "+" operator to contatenate rich strings. Syntax Unit: FlexCel.Core function TRichString.Add(const s1: TRichString): TRichString; overload; Parameters <-> Parameter Type Description const s1 TRichString See also TRichString