Click or drag to resize
GroupColumnsItem Property (Int32) DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets a GroupColumn in this collection.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public GroupColumn this[
	int Index
] { get; set; }

Parameters

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

Property Value

Type: GroupColumn
The GroupColumn to update in the collection.

Return Value

Type: GroupColumn
The GroupColumn to retrieve from the collection.
Remarks