Adds a node with the specified caption and location to the current collection.

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

Syntax

C#
public int Add(
	string caption
)
Visual Basic
Public Function Add ( _
	caption As String _
) As Integer

Parameters

caption
Type: System..::..String
The caption of the node to add.

Return Value

The index of the newly added node in the current collection.

See Also