Click or drag to resize
DashboardObjectNumericColumn Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets a property that indicates if the given column is a numeric column.

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 name of the column you wish to test.

Return Value

Type: Boolean
True if the column is a numeric column.
Remarks
Gets a property that indicates if the given column is a numeric column.
See Also