DataPA Enterprise Dashboard Controls API Reference
Gets a value that indicates whether a given column in numeric

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public bool this[
	string ColumnName
] { get; }
Visual Basic
Public ReadOnly Property ColumnIsNumeric ( 
	ColumnName As String
) As Boolean
	Get
Visual C++
public:
virtual property bool ColumnIsNumeric[String^ ColumnName] {
	bool get (String^ ColumnName) sealed;
}

Parameters

ColumnName
Type: System..::..String
The column you wish to check the type of.

Return Value

Type: Boolean
True if the given column is numeric.

Remarks