Table of Contents

TRichString.Add Method

Adds two richstrings together. If using C#, you can just use the overloaded "+" operator to concatenate rich strings.

Syntax

Namespace: FlexCel.Core

public TRichString Add(TRichString s1)

Parameters

<-> Parameter Type Description
s1 TRichString

See also