Add Method
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| RTFNodeCollection..::..Add Method |
| RTFNodeCollection Class See Also Send Feedback |
Namespace:Â CuteEditor.Convertor.RTF
Assembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Assembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public int Add( RTFTreeNode node ) |
| Visual Basic |
|---|
Public Function Add ( _ node As RTFTreeNode _ ) As Integer |
| Visual C++ |
|---|
public: int Add( RTFTreeNode^ node ) |