[]
        
(Showing Draft Content)

C1.Report.SectionCollection.FindSection

FindSection Method

FindSection(SectionTypeEnum)

Gets a section from a Sections collection by its Type. Returns null if section not found.

Declaration
public Section FindSection(SectionTypeEnum sectionType)
Public Function FindSection(sectionType As SectionTypeEnum) As Section
Parameters
Type Name Description
SectionTypeEnum sectionType
Returns
Type Description
Section