[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionCollection.Item

this Property

this[int]

Gets the Section object at the specified indexed location in the SectionCollection.

Declaration
public Section this[int index] { get; }
Parameters
Type Name Description
int index

this[string]

Gets the Section object with the specified name in the SectionCollection.

Declaration
public Section this[string name] { get; }
Parameters
Type Name Description
string name