DataPA Enterprise Dashboard Controls API Reference
Gets and sets a SummaryColumn in this collection.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public SummaryColumn this[
	int Index
] { get; set; }
Visual Basic
Public Property Item ( 
	Index As Integer
) As SummaryColumn
	Get
	Set
Visual C++
public:
virtual property SummaryColumn^ Item[int Index] {
	SummaryColumn^ get (int Index) sealed;
	void set (int Index, SummaryColumn^ value) sealed;
}

Parameters

Index
Type: System..::..Int32
The index of the column to get or set.

Property Value

Type: SummaryColumn
The SummaryColumn to update in the collection.

Return Value

Type: SummaryColumn
The SummaryColumn to retrieve from the collection.

Remarks