Click or drag to resize
SummaryColumnsItem Property (String) DataPA OpenAnalytics
DataPA OpenAnalytics 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
public SummaryColumn this[
	string ColumnName
] { get; set; }

Parameters

ColumnName
Type: SystemString
The ColumnName 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