Item Property (ListLevelCollection)
'Declaration
Public ReadOnly Default Property Item( _
ByVal As System.Integer _
) As ListLevel
public ListLevel this[
System.int
]; {get;}
Parameters
- index
- The level index.
Property Value
The
ListLevel with the specified index.