Search
ReportColumnCollection.Remove Method
See Also
 





Removes the first occurrence of the specified ReportColumn object from this collection.

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

 Syntax

C#  Copy Code

public void Remove (
    ReportColumn column
)

Visual Basic  Copy Code

Public Sub Remove ( _
    column As ReportColumn _
)

 Parameters

column
A ReportColumn instance which must be removed from the collection.

 See Also