ActiveReports 13
Item(String) Property

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports Namespace > SectionCollection Class > Item Property : Item(String) Property
Unique name of the Section to be returned.
Gets the Section object with the specified name in the SectionCollection.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal name As String _
) As Section
public Section Item( 
   string name
) {get;}

Parameters

name
Unique name of the Section to be returned.
See Also

Reference

SectionCollection Class
SectionCollection Members
Overload List