ComponentOne FlexReport for WinForms
Item(SectionTypeEnum) Property

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > SectionCollection Class > Item Property : Item(SectionTypeEnum) Property
Gets a section from a C1FlexReport.Sections collection by its Section.Type. Throws an exception if section with specified Section.Type not found.
Syntax
'Declaration
 
Public Overloads Shadows ReadOnly Property Item( _
   ByVal index As SectionTypeEnum _
) As Section
public new Section Item( 
   SectionTypeEnum index
) {get;}

Parameters

index
See Also

Reference

SectionCollection Class
SectionCollection Members
Overload List