FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / SectionCollection Class / FindByName Method
The name of the item.

In This Topic
    FindByName Method (SectionCollection)
    In This Topic
    Gets the item by its name, returns null if not found.
    Syntax
    'Declaration
     
    Public Function FindByName( _
       ByVal name As String _
    ) As Section
    public Section FindByName( 
       string name
    )

    Parameters

    name
    The name of the item.

    Return Value

    Returns the item with specified name, null otherwise.
    See Also