Determines whether the collection contains a specific Section.

Namespace:  C1.C1Report
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public bool Contains(
	Section s
)
Visual Basic
Public Function Contains ( _
	s As Section _
) As Boolean

Parameters

s
Type: C1.C1Report..::..Section
The Section object.

Return Value

True if the collection contains specified section; false otherwise.

See Also