Gets the
Header at a specified position in the list.
'Declaration
Public ReadOnly Default Property Item( _
ByVal As Integer _
) As Header
public Header this[
int
]; {get;}
Parameters
- index
- Specifies the required header using an integer value between 0 and the Count - 1.
Property Value
Returns a reference to the chosen
Header object.