Adds a node with the specified caption and location to the current collection.
Namespace:
C1.C1PreviewAssembly: 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.