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 in this drill down is numeric.
      
    
 Gets a value indicating if a given column in this drill down is 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 NumericColumn ( ColumnName As String ) As Boolean Get  | 
| Visual C++ | 
|---|
public: virtual property bool NumericColumn[String^ ColumnName] { bool get (String^ ColumnName) sealed; }  | 
Parameters
- ColumnName
 - Type: System..::..String
The column you wish to see if is numeric. 
Return Value
Type: BooleanTrue if the given column in this drill down is numeric.