Search
ReportColumnCollection.Contains Method
See Also
 





Determines whether this collection contains the specified column.

Namespace: MindFusion.Scheduling.Reporting
Assembly: MindFusion.Scheduling.Reporting

 Syntax

C#  Copy Code

public bool Contains (
    ReportColumn column
)

Visual Basic  Copy Code

Public Function Contains ( _
    column As ReportColumn _
) As Boolean

 Parameters

column
The ReportColumn object to search for in the collection.

 Return Value

true if the object is found within the collection; otherwise, false.

 See Also