'Declaration
Public Overloads Property Item( _ ByVal index As System.Integer _ ) As NTreeListColumn
'Usage
Dim instance As NTreeListColumnCollection Dim index As System.Integer Dim value As NTreeListColumn instance.Item(index) = value value = instance.Item(index)
public NTreeListColumn Item( System.int index ) {get; set;}
Parameters
- index