In This Topic
Gets the Section object at the specified indexed location in the SectionCollection.
Syntax
'Declaration
Public Overloads ReadOnly Property Item( _
ByVal As Integer _
) As Section
public Section Item(
int
) {get;}
Parameters
- index
- Index of the section to be returned.
See Also