Search
ReportColumnCollection.Item Property
See Also
 





Gets or sets the column object located at the specified position within this collection.

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

 Syntax

C#  Copy Code

public ReportColumn Item [
    int index
] { get; set; }

Visual Basic  Copy Code

Public Property Item ( _
    index As Integer _
) As ReportColumn

 Parameters

index
The zero-based index of the ReportColumn object to set or retrieve.

 Property Value

An instance of the ReportColumn class located at the specified index.

 See Also