Search
ReportColumnCollection.Insert Method
See Also
 





Inserts the specified ReportColumn object at the specified position within the collection.

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

 Syntax

C#  Copy Code

public void Insert (
    int index,
    ReportColumn column
)

Visual Basic  Copy Code

Public Sub Insert ( _
    index As Integer, _
    column As ReportColumn _
)

 Parameters

index
The zero-based position at which the column must be inserted.
column
An instance of the ReportColumn class to be added to the collection.

 See Also