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