Determines whether the collection contains a specific Section.
Namespace:
C1.C1ReportAssembly: 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.