SummaryColumnformatNumericValues Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates if numeric values for this column should be formatted.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool formatNumericValues { get; set; }
Public Property formatNumericValues As Boolean
Get
Set
public:
virtual property bool formatNumericValues {
bool get () sealed;
void set (bool value) sealed;
}
function get_formatNumericValues();
function set_formatNumericValues(value);
Property Value
Type:
BooleanTrue if numeric values for this column should be formatted.
Return Value
Type:
BooleanTrue if numeric values for this column should be formatted.
Implements
NumericFormatProviderformatNumericValuesRemarks See Also