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, IDocumentLocation location ) |
Visual Basic |
---|
Public Function Add ( _ caption As String, _ location As IDocumentLocation _ ) As Integer |
Parameters
- caption
- Type: System..::..String
The caption of the node to add.
- location
- Type: C1.C1Preview..::..IDocumentLocation
The location associated with the node.