ActiveReports 12
Item(Int32) Property

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports Namespace > SectionCollection Class > Item Property : Item(Int32) Property
Index of the section to be returned.
Gets the Section object at the specified indexed location in the SectionCollection.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal index As Integer _
) As Section
public Section Item( 
   int index
) {get;}

Parameters

index
Index of the section to be returned.
See Also

Reference

SectionCollection Class
SectionCollection Members
Overload List