Adds a node to the current collection.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
| C# |
|---|
public int Add( OutlineNode node ) |
| Visual Basic |
|---|
Public Function Add ( _ node As OutlineNode _ ) As Integer |
Parameters
- node
- Type: C1.C1Preview..::..OutlineNode
The node to add.