ComponentOne Reports for WPF
C1.C1Report Namespace / SectionCollection Class / Contains Method
The Section object.

In This Topic
    Contains Method (SectionCollection)
    In This Topic
    Determines whether the collection contains a specific Section.
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal s As Section _
    ) As Boolean
    public bool Contains( 
       Section s
    )

    Parameters

    s
    The Section object.

    Return Value

    True if the collection contains specified section; false otherwise.
    See Also