Click or drag to resize
DashboardObjectColumnHeading Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets the column heading for a given column in this dashboard object.

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

Parameters

ColumnName
Type: SystemString
The column you wish to retrieve the ColumnHeading of.

Return Value

Type: String
The column heading for a given column in this dashboard object.
Remarks