DrillDownNumericColumn Property |
|
DataPA OpenAnalytics API Reference
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 public bool this[
string ColumnName
] { get; }
Public ReadOnly Property NumericColumn (
ColumnName As String
) As Boolean
Get
public:
virtual property bool NumericColumn[String^ ColumnName] {
bool get (String^ ColumnName) sealed;
}
function get_NumericColumn(ColumnName);
Parameters
- ColumnName
- Type: SystemString
The column you wish to see if is numeric.
Return Value
Type:
BooleanTrue if the given column in this drill down is numeric.
Remarks See Also