Remove Method
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| RTFTreeNode..::..Remove Method |
| RTFTreeNode 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 void Remove( int index ) |
| Visual Basic |
|---|
Public Sub Remove ( _ index As Integer _ ) |
| Visual C++ |
|---|
public: void Remove( int index ) |
Parameters
- index
- Type: System..::..Int32