Adds a text string to the current paragraph content.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public ParagraphText AddText(
	string text
)
Visual Basic
Public Function AddText ( _
	text As String _
) As ParagraphText

Parameters

text
Type: System..::..String
The text string to add.

Return Value

A ParagraphText object representing the specified text string.

Remarks

This method creates a ParagraphText, initializes it with the specified text, and adds it to the current collection.

See Also