DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
True if the column is a numeric column.
Gets a property that indicates if the given column is a numeric column.
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 name of the column you wish to test.
Return Value
Type: BooleanTrue if the column is a numeric column.
Remarks
Gets a property that indicates if the given column is a numeric column.