GroupColumnNumericColumn Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates if this GroupColumn represents a numeric value.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool NumericColumn { get; set; }
Public Property NumericColumn As Boolean
Get
Set
public:
virtual property bool NumericColumn {
bool get () sealed;
void set (bool value) sealed;
}
function get_NumericColumn();
function set_NumericColumn(value);
Return Value
Type:
BooleanTrue if this GroupColumn represents a numeric value.
Remarks See Also