Click or drag to resize
DrillDownNumericColumn Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets a value indicating if a given column in this drill down is numeric.

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

Parameters

ColumnName
Type: SystemString
The column you wish to see if is numeric.

Return Value

Type: Boolean
True if the given column in this drill down is numeric.
Remarks