Click or drag to resize
DataViewerColumnsItem Property (String) DataPA OpenAnalytics
DataPA OpenAnalytics API Reference

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public DataViewerColumn this[
	string ColumnName
] { get; set; }

Parameters

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