'DeclarationPublic Function IndexOf( _ ByVal item As NTreeListNodeSubItem _ ) As System.Integer
'UsageDim instance As NTreeListNodeSubItemCollection Dim item As NTreeListNodeSubItem Dim value As System.Integer value = instance.IndexOf(item)
public System.int IndexOf( NTreeListNodeSubItem item )
Parameters
- item