Gets the node in the TreeListView at the specified index.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.HierarchicalData.Controls (in DlhSoft.HierarchicalData.Controls.dll)
Syntax
| C# |
|---|
public Node GetNodeAt( int index ) |
| Visual Basic (Declaration) |
|---|
Public Function GetNodeAt ( _ index As Integer _ ) As Node |
Parameters
- index
- Type: System..::.Int32
The zero-based index of the node to be get.