C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / SectionCollection Class / FindSection Method

In This Topic
FindSection Method
In This Topic
Gets a section from a C1FlexReport.Sections collection by its Section.Type. Returns null if section not found.
Syntax
'Declaration
 
Public Function FindSection( _
   ByVal sectionType As SectionTypeEnum _
) As Section
 

Parameters

sectionType
See Also