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

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

Parameters

Index
Type: SystemInt32
The index of the CalculatedColumn

Property Value

Type: CalculatedColumn
The CalculatedColumn you wish to place in the collection.

Return Value

Type: CalculatedColumn
The CalculatedColumn you wish to retrieve from the collection.
Remarks