Click or drag to resize
DashboardObjectColumnFormat Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets the format string 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 widh to retrieve the format of.

Return Value

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