DataPA Enterprise Dashboard Controls API Reference

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

Syntax

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

Parameters

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

Property Value

Type: DataViewerColumn
The DataViewerColumn to update in the collection.

Return Value

Type: DataViewerColumn
The DataViewerColumn to retrieve from the collection.

Remarks