ActiveReports3 Request technical support
Item(Int32) Property
See Also 


index
Index of the section to be returned.
Gets the Section object at the specified indexed location in the SectionCollection.

Syntax

Visual Basic (Declaration) 
Overloads Public ReadOnly Property Item( _
   ByVal index As Integer _
) As Section
Visual Basic (Usage)Copy Code
Dim instance As SectionCollection
Dim index As Integer
Dim value As Section
 
value = instance.Item(index)
C# 
public Section Item( 
   int index
) {get;}

Parameters

index
Index of the section to be returned.

See Also