DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
True if the given column is numeric.
Gets a value that indicates whether a given column in numeric
Namespace: DataPAEnterpriseDashboardAssembly: 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: BooleanTrue if the given column is numeric.