Removes at.
Namespace: Geekees.Common.Controls
Assembly: ASTreeView (in ASTreeView.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Function RemoveAt( _ ByVal index As Integer _ ) As Boolean |
| C# |
|---|
| public bool RemoveAt( int index ) |
| C++ |
|---|
| public: bool RemoveAt( int index ) sealed |
| J# |
|---|
| public bool RemoveAt( int index ) |
| JScript |
|---|
| public
function RemoveAt( index : int ) : bool |
Parameters
- index
- The index.